Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dalarm.c40 static void ot_timer_us_fired(struct k_timer *timer) in ot_timer_us_fired() function
49 K_TIMER_DEFINE(ot_us_timer, ot_timer_us_fired, NULL);
115 ot_timer_us_fired(NULL); in otPlatAlarmMicroStartAt()