Home
last modified time | relevance | path

Searched refs:VSC_TIMELOCK_VALUE_COUNTER_SEL_MASK (Results 1 – 2 of 2) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/ip/
A Dhpm_vsc_regs.h554 #define VSC_TIMELOCK_VALUE_COUNTER_SEL_MASK (0xFU) macro
556 …(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
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_vsc_drv.h175 …CK = (vsc->TIMELOCK & ~(VSC_TIMELOCK_ADC_TIMESTAMP_SEL_MASK | VSC_TIMELOCK_VALUE_COUNTER_SEL_MASK)) in vsc_config_adc_timestamp()

Completed in 7 milliseconds