Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/ip/
A Dhpm_vsc_regs.h530 #define VSC_TIMELOCK_POSITION_CAPTURE_MODE_MASK (0x3000U) macro
532 …int32_t)(x) << VSC_TIMELOCK_POSITION_CAPTURE_MODE_SHIFT) & VSC_TIMELOCK_POSITION_CAPTURE_MODE_MASK)
533 …_TIMELOCK_POSITION_CAPTURE_MODE_GET(x) (((uint32_t)(x) & VSC_TIMELOCK_POSITION_CAPTURE_MODE_MASK) …
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_vsc_drv.h162 vsc->TIMELOCK = (vsc->TIMELOCK & ~(VSC_TIMELOCK_POSITION_CAPTURE_MODE_MASK)) in vsc_config_pos_capture_mode()

Completed in 6 milliseconds