Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_gpt/
Dr_gpt.c1520 bool duty_high = (duty_cycle_counts >= current_period); in gpt_calculate_duty_cycle() local
1522 if (duty_zero || duty_high) in gpt_calculate_duty_cycle()
1548 if ((duty_zero && !first_level_low) || (duty_high && first_level_low)) in gpt_calculate_duty_cycle()
/hal_renesas-latest/drivers/ra/fsp/src/r_gpt/
Dr_gpt.c1604 bool duty_high = (duty_cycle_counts >= current_period); in gpt_calculate_duty_cycle() local
1606 if (duty_zero || duty_high) in gpt_calculate_duty_cycle()
1632 if ((duty_zero && !first_level_low) || (duty_high && first_level_low)) in gpt_calculate_duty_cycle()