Searched refs:compareValue (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.5.0/s32/drivers/s32ze/Gpt/include/ |
D | Stm_Ip.h | 238 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/ |
D | Stm_Ip.c | 166 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/ |
D | fsl_adc.h | 118 …uint32_t compareValue; /*!< Setting the compare value. The value are compared to the conv… member
|
D | fsl_adc.c | 159 base->CV = ADC_CV_CV(config->compareValue); in ADC_SetHardwareCompare()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tpm/ |
D | fsl_tpm.c | 783 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()
|
D | fsl_tpm.h | 588 uint32_t compareValue);
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/ |
D | fsl_ftm.c | 889 uint32_t compareValue) in FTM_SetupOutputCompare() argument 911 base->CONTROLS[chnlNumber].CnV = compareValue; in FTM_SetupOutputCompare()
|
D | fsl_ftm.h | 571 uint32_t compareValue);
|