Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_mchp_xec.c70 #define NUM_DIV_ELEMS 16 macro
72 static const uint32_t max_freq_high_on_div[NUM_DIV_ELEMS] = {
91 static const uint32_t max_freq_low_on_div[NUM_DIV_ELEMS] = {
213 if (hc_params->div < NUM_DIV_ELEMS) { in xec_compare_params()
220 if (lc_params->div < NUM_DIV_ELEMS) { in xec_compare_params()