Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/Gpt/include/
DStm_Ip.h238 void Stm_Ip_StartCounting(uint8 instance, uint8 channel, uint32 compareValue);
254 void Stm_Ip_StartCountingAbsolute(uint8 instance, uint8 channel, uint32 compareValue);
/hal_nxp-3.5.0/s32/drivers/s32ze/Gpt/src/
DStm_Ip.c166 static inline void Stm_Ip_SetCmpValue(uint8 instance, uint8 channel, uint32 compareValue);
402 static inline void Stm_Ip_SetCmpValue(uint8 instance, uint8 channel, uint32 compareValue) in Stm_Ip_SetCmpValue() argument
405 stmBase[instance]->CHANNEL[channel].CMP = compareValue; in Stm_Ip_SetCmpValue()
616 void Stm_Ip_StartCounting(uint8 instance, uint8 channel, uint32 compareValue) in Stm_Ip_StartCounting() argument
626 Stm_Ip_u32TargetValue[instance][channel] = compareValue; in Stm_Ip_StartCounting()
628 Stm_Ip_SetCmpValue(instance, channel, (currentCntValue + compareValue)); in Stm_Ip_StartCounting()
647 void Stm_Ip_StartCountingAbsolute(uint8 instance, uint8 channel, uint32 compareValue) in Stm_Ip_StartCountingAbsolute() argument
655 Stm_Ip_SetCmpValue(instance, channel, compareValue); in Stm_Ip_StartCountingAbsolute()
/hal_nxp-3.5.0/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-3.5.0/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c783 uint32_t compareValue) in TPM_SetupOutputCompare() argument
810 base->CONTROLS[chnlNumber].CnV = compareValue; in TPM_SetupOutputCompare()
815 } while (compareValue != base->CONTROLS[chnlNumber].CnV); in TPM_SetupOutputCompare()
Dfsl_tpm.h588 uint32_t compareValue);
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c889 uint32_t compareValue) in FTM_SetupOutputCompare() argument
911 base->CONTROLS[chnlNumber].CnV = compareValue; in FTM_SetupOutputCompare()
Dfsl_ftm.h571 uint32_t compareValue);