Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_sifive.c31 #define SF_NUMCHANNELS 4 macro
97 for (int i = 0; i < SF_NUMCHANNELS; i++) { in pwm_sifive_init()
123 if (channel >= SF_NUMCHANNELS) { in pwm_sifive_set_cycles()
200 if (channel >= SF_NUMCHANNELS) { in pwm_sifive_get_cycles_per_sec()