Searched refs:TIMER_MODE_PWM (Results 1 – 4 of 4) sorted by relevance
122 TIMER_MODE_PWM ///< Timer generate PWM output. enumerator
110 TIMER_MODE_PWM, ///< Timer generates saw-wave PWM output. enumerator
833 if (TIMER_MODE_PWM == p_instance_ctrl->p_cfg->mode) in R_GPT_PwmOutputDelaySet()1336 if (p_cfg->mode >= TIMER_MODE_PWM) in gpt_hardware_initialize()1641 if (TIMER_MODE_PWM == p_cfg->mode) in gpt_gtior_calculate()
227 if (TIMER_MODE_PWM == p_cfg->mode) in R_GPT_TimerOpen()