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.c62 uint32_t match_value = pulse; in set_period_and_pulse() local
72 match_value = period + 1; in set_period_and_pulse()
82 if (period < (match_value - 1) || (match_value < 0)) { in set_period_and_pulse()
89 write_value(config, match_value, GPT_O_TBPMR, GPT_O_TBMATCHR); in set_period_and_pulse()