Searched refs:msg_work_handler (Results 1 – 1 of 1) sorted by relevance
18 static void msg_work_handler(struct k_work *work);19 static K_WORK_DELAYABLE_DEFINE(msg_work, msg_work_handler);55 static void msg_work_handler(struct k_work *work) in msg_work_handler() function