Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/lora/
Dhal_common.c11 static void timer_work_handler(struct k_work *work);
12 K_WORK_DEFINE(timer_work, timer_work_handler);
18 static void timer_work_handler(struct k_work *work) in timer_work_handler() function