Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_cc13xx_cc26xx_timer.c32 #define PWM_COUNT_MAX 0xFFFFFE macro
33 #define PWM_INITIAL_PERIOD PWM_COUNT_MAX
72 if ((period > PWM_COUNT_MAX) || (period == 0)) { in set_period_and_pulse()