Searched refs:VSC_TIMELOCK_VALUE_COUNTER_SEL_MASK (Results 1 – 2 of 2) sorted by relevance
554 #define VSC_TIMELOCK_VALUE_COUNTER_SEL_MASK (0xFU) macro556 …(x) (((uint32_t)(x) << VSC_TIMELOCK_VALUE_COUNTER_SEL_SHIFT) & VSC_TIMELOCK_VALUE_COUNTER_SEL_MASK)557 #define VSC_TIMELOCK_VALUE_COUNTER_SEL_GET(x) (((uint32_t)(x) & VSC_TIMELOCK_VALUE_COUNTER_SEL_MASK…
175 …CK = (vsc->TIMELOCK & ~(VSC_TIMELOCK_ADC_TIMESTAMP_SEL_MASK | VSC_TIMELOCK_VALUE_COUNTER_SEL_MASK)) in vsc_config_adc_timestamp()
Completed in 7 milliseconds