Searched refs:shortest_pwm_signal (Results 1 – 3 of 3) sorted by relevance
134 gpt_shortest_level_t shortest_pwm_signal; ///< Shortest PWM signal level member142 gpt_shortest_level_t shortest_pwm_signal; ///< Shortest PWM signal level member
77 static ssp_err_t gpt_duty_cycle_to_pclk (gpt_shortest_level_t shortest_pwm_signal,223 p_ctrl->shortest_pwm_signal = p_ext->shortest_pwm_signal; in R_GPT_TimerOpen()229 …err = gpt_duty_cycle_to_pclk(p_ctrl->shortest_pwm_signal, p_cfg->duty_cycle, p_cfg->duty_cycle_uni… in R_GPT_TimerOpen()428 ssp_err_t err = gpt_duty_cycle_to_pclk(p_ctrl->shortest_pwm_signal, duty_cycle, unit, in R_GPT_DutyCycleSet()869 static ssp_err_t gpt_duty_cycle_to_pclk (gpt_shortest_level_t shortest_pwm_signal, in gpt_duty_cycle_to_pclk() argument897 if(GPT_SHORTEST_LEVEL_ON == shortest_pwm_signal) in gpt_duty_cycle_to_pclk()971 if (GPT_SHORTEST_LEVEL_OFF == p_ctrl->shortest_pwm_signal) in gpt_set_output_pin()
14 .shortest_pwm_signal = GPT_SHORTEST_LEVEL_OFF, };