Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpadc/
Dfsl_lpadc.c32 #define GET_ADC_CFG_TPRICTRL_VALUE(val) (((uint32_t)val) & 0x3U) macro
219 tmp32 |= ADC_CFG_TPRICTRL(GET_ADC_CFG_TPRICTRL_VALUE(config->triggerPriorityPolicy)); in LPADC_Init()