Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/pwm/
Drenesas_rz_pwm.h10 #define RZ_PWM_GPT_IO_B 1 macro
/Zephyr-latest/drivers/pwm/
Dpwm_renesas_rz_gpt.c122 } else if (channel == RZ_PWM_GPT_IO_B) { in pwm_rz_gpt_set_cycles()
176 if (!(channel == RZ_PWM_GPT_IO_A || channel == RZ_PWM_GPT_IO_B)) { in pwm_rz_gpt_get_cycles_per_sec()
268 } else if (channel == RZ_PWM_GPT_IO_B) { in pwm_rz_gpt_configure_capture()
331 } else if (channel == RZ_PWM_GPT_IO_B) { in pwm_rz_gpt_configure_capture()
376 } else if (channel == RZ_PWM_GPT_IO_B) { in pwm_rz_gpt_enable_capture()
397 } else if (channel == RZ_PWM_GPT_IO_B) { in pwm_rz_gpt_disable_capture()
543 } else if (data->capture.capture_channel == RZ_PWM_GPT_IO_B) { in fsp_callback()