Searched refs:period (Results 1 – 6 of 6) sorted by relevance
201 uint32_t period, pulsePeriod = 0; in CTIMER_SetupPwm() local231 period = (timerClock / pwmFreq_Hz) - 1U; in CTIMER_SetupPwm()236 pulsePeriod = period + 1U; in CTIMER_SetupPwm()240 pulsePeriod = (period * (100U - (uint32_t)dutyCyclePercent)) / 100U; in CTIMER_SetupPwm()244 base->MR[pwmPeriodChannel] = period; in CTIMER_SetupPwm()352 uint32_t pulsePeriod = 0, period; in CTIMER_UpdatePwmDutycycle() local355 period = base->MR[pwmPeriodChannel]; in CTIMER_UpdatePwmDutycycle()360 pulsePeriod = period + 1U; in CTIMER_UpdatePwmDutycycle()364 pulsePeriod = (period * (100U - (uint32_t)dutyCyclePercent)) / 100U; in CTIMER_UpdatePwmDutycycle()
72 .period = TIMER0_MATCH, /* Upper limit (wrap around) */124 .period = TIMER1_MATCH, /* Upper limit (wrap around) */
268 #define TPWM_SET_PERIOD(timer, period) ((timer)->PWMPERIOD = (period)) argument
293 #define TPWM_SET_PERIOD(timer, period) ((timer)->PWMPERIOD = (period)) argument
16 period of 4 weeks and community can express their opinion on the same
105 a power down period up to the lifetime of the device.