Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_ctimer.c191 const ctimer_match_t pwmPeriodChannel, in CTIMER_SetupPwm() argument
205 if (matchChannel == pwmPeriodChannel) in CTIMER_SetupPwm()
244 base->MR[pwmPeriodChannel] = period; in CTIMER_SetupPwm()
281 const ctimer_match_t pwmPeriodChannel, in CTIMER_SetupPwmPeriod() argument
295 if (matchChannel == pwmPeriodChannel) in CTIMER_SetupPwmPeriod()
316 reg |= ((uint32_t)((uint32_t)CTIMER_MCR_MR0R_MASK) << ((uint32_t)pwmPeriodChannel * 3U)); in CTIMER_SetupPwmPeriod()
321 base->MR[pwmPeriodChannel] = pwmPeriod; in CTIMER_SetupPwmPeriod()
348 const ctimer_match_t pwmPeriodChannel, in CTIMER_UpdatePwmDutycycle() argument
355 period = base->MR[pwmPeriodChannel]; in CTIMER_UpdatePwmDutycycle()
Dfsl_ctimer.h243 const ctimer_match_t pwmPeriodChannel,
269 const ctimer_match_t pwmPeriodChannel,
301 const ctimer_match_t pwmPeriodChannel,