Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_gd32.c49 static const uint16_t timer_ids[] = { variable
135 for (size_t i = 0U; i < ARRAY_SIZE(timer_ids); i++) { in clock_control_gd32_get_rate()
136 if (id != timer_ids[i]) { in clock_control_gd32_get_rate()