Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_timer.h50 typedef void (*k_work_handler_t)(struct k_work *work); typedef
54 k_work_handler_t handler;
238 static inline void k_work_init(struct k_work *work, k_work_handler_t handler) in k_work_init()
247 int k_delayed_work_init(struct k_delayed_work *work, k_work_handler_t handler);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dclient_common.h102 k_work_handler_t timer_handler);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_timer.c64 int k_delayed_work_init(struct k_delayed_work *work, k_work_handler_t handler) in k_delayed_work_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c248 k_work_handler_t timer_handler) in bt_mesh_client_send_msg()