Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_cc13xx_cc26xx_timer.c61 uint32_t match_value = pulse; in set_period_and_pulse() local
68 match_value = period + 1; in set_period_and_pulse()
78 if (period < (match_value - 1) || (match_value < 0)) { in set_period_and_pulse()
85 write_value(config, match_value, GPT_O_TBPMR, GPT_O_TBMATCHR); in set_period_and_pulse()