Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_gpt/
Dr_gpt.c1559 uint32_t temp_duty_cycle = duty_cycle_counts; in gpt_calculate_duty_cycle() local
1564 p_duty_reg->gtccr_buffer = temp_duty_cycle; in gpt_calculate_duty_cycle()
1571 temp_duty_cycle--; in gpt_calculate_duty_cycle()
1572 p_duty_reg->gtccr_buffer = temp_duty_cycle; in gpt_calculate_duty_cycle()
/hal_renesas-latest/drivers/ra/fsp/src/r_gpt/
Dr_gpt.c1643 uint32_t temp_duty_cycle = duty_cycle_counts; in gpt_calculate_duty_cycle() local
1648 p_duty_reg->gtccr_buffer = temp_duty_cycle; in gpt_calculate_duty_cycle()
1655 temp_duty_cycle--; in gpt_calculate_duty_cycle()
1656 p_duty_reg->gtccr_buffer = temp_duty_cycle; in gpt_calculate_duty_cycle()