Searched refs:ctimer_match_t (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ctimer/ |
| D | fsl_ctimer.h | 57 } ctimer_match_t; typedef 243 const ctimer_match_t pwmPeriodChannel, 244 ctimer_match_t matchChannel, 269 const ctimer_match_t pwmPeriodChannel, 270 ctimer_match_t matchChannel, 283 static inline void CTIMER_UpdatePwmPulsePeriod(CTIMER_Type *base, ctimer_match_t matchChannel, uint… in CTIMER_UpdatePwmPulsePeriod() 301 const ctimer_match_t pwmPeriodChannel, 302 ctimer_match_t matchChannel, 316 void CTIMER_SetupMatch(CTIMER_Type *base, ctimer_match_t matchChannel, const ctimer_match_config_t … 564 static inline void CTIMER_EnableResetMatchChannel(CTIMER_Type *base, ctimer_match_t match, bool ena… in CTIMER_EnableResetMatchChannel() [all …]
|
| D | fsl_ctimer.c | 191 const ctimer_match_t pwmPeriodChannel, in CTIMER_SetupPwm() 192 ctimer_match_t matchChannel, in CTIMER_SetupPwm() 281 const ctimer_match_t pwmPeriodChannel, in CTIMER_SetupPwmPeriod() 282 ctimer_match_t matchChannel, in CTIMER_SetupPwmPeriod() 348 const ctimer_match_t pwmPeriodChannel, in CTIMER_UpdatePwmDutycycle() 349 ctimer_match_t matchChannel, in CTIMER_UpdatePwmDutycycle() 380 void CTIMER_SetupMatch(CTIMER_Type *base, ctimer_match_t matchChannel, const ctimer_match_config_t … in CTIMER_SetupMatch()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/pwm/ |
| D | fsl_adapter_pwm_ctimer.c | 94 (ctimer_match_t)channel, setupConfig->dutyCyclePercent, in HAL_PwmSetupPwm() 130 …CTIMER_UpdatePwmDutycycle(s_cTimerBase[halPwmState->instance], kCTIMER_Match_3, (ctimer_match_t)ch… in HAL_PwmUpdateDutycycle()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/ |
| D | fsl_adapter_ctimer_time_stamp.c | 70 …CTIMER_SetupMatch(s_CtimerBase[halTimeStampState->timeStampInstance], (ctimer_match_t)kCTIMER_Matc… in HAL_TimeStampInit()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/timer/ |
| D | fsl_adapter_ctimer.c | 90 …CTIMER_SetupMatch(s_CtimerBase[halTimerState->instance], (ctimer_match_t)gStackTimerChannel_c, &mC… in HAL_CTimerConfigTimeout()
|