Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c800 uint32_t compareValue) in TPM_SetupOutputCompare() argument
827 base->CONTROLS[chnlNumber].CnV = compareValue; in TPM_SetupOutputCompare()
832 } while (compareValue != base->CONTROLS[chnlNumber].CnV); in TPM_SetupOutputCompare()
Dfsl_tpm.h603 uint32_t compareValue);
/hal_nxp-latest/mcux/mcux-sdk/drivers/adc_5v12b_ll18_015/
Dfsl_adc.h118 …uint32_t compareValue; /*!< Setting the compare value. The value are compared to the conv… member
Dfsl_adc.c159 base->CV = ADC_CV_CV(config->compareValue); in ADC_SetHardwareCompare()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c895 uint32_t compareValue) in FTM_SetupOutputCompare() argument
917 base->CONTROLS[chnlNumber].CnV = compareValue; in FTM_SetupOutputCompare()
Dfsl_ftm.h571 uint32_t compareValue);