Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_silabs_siwx91x.c32 uintptr_t clockid = (uintptr_t)sys; in siwx91x_clock_on() local
34 switch (clockid) { in siwx91x_clock_on()
83 data->enable |= BIT(clockid); in siwx91x_clock_on()
91 uintptr_t clockid = (uintptr_t)sys; in siwx91x_clock_off() local
93 switch (clockid) { in siwx91x_clock_off()
118 data->enable &= ~BIT(clockid); in siwx91x_clock_off()
125 uintptr_t clockid = (uintptr_t)sys; in siwx91x_clock_get_rate() local
127 switch (clockid) { in siwx91x_clock_get_rate()
154 uintptr_t clockid = (uintptr_t)sys; in siwx91x_clock_get_status() local
156 if (data->enable & BIT(clockid)) { in siwx91x_clock_get_status()
/Zephyr-latest/lib/posix/options/
Dtimer.c112 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create() argument