Home
last modified time | relevance | path

Searched refs:TIMER_MODE_PWM (Results 1 – 4 of 4) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_timer_api.h122 TIMER_MODE_PWM ///< Timer generate PWM output. enumerator
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_timer_api.h110 TIMER_MODE_PWM, ///< Timer generates saw-wave PWM output. enumerator
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_gpt/
H A Dr_gpt.c833 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()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_gpt/
H A Dr_gpt.c227 if (TIMER_MODE_PWM == p_cfg->mode) in R_GPT_TimerOpen()