Home
last modified time | relevance | path

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

/Zephyr-4.3.0/modules/hal_afbr/
Dplatform_timer.c24 static void argus_timer_handler(struct k_timer *timer);
26 K_TIMER_DEFINE(argus_timer, argus_timer_handler, NULL);
32 static void argus_timer_handler(struct k_timer *timer) in argus_timer_handler() function