Home
last modified time | relevance | path

Searched defs: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
91 uintptr_t clockid = (uintptr_t)sys; in siwx91x_clock_off() local
125 uintptr_t clockid = (uintptr_t)sys; in siwx91x_clock_get_rate() local
154 uintptr_t clockid = (uintptr_t)sys; in siwx91x_clock_get_status() local
/Zephyr-latest/lib/posix/options/
Dtimer.c112 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create()