Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_timer.h238 static inline void k_work_init(struct k_work *work, k_work_handler_t handler) in k_work_init() function
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_timer.c73 k_work_init(&work->work, handler); in k_delayed_work_init()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dnet.c1577 k_work_init(&bt_mesh.local_work, bt_mesh_net_local); in bt_mesh_net_init()
1605 k_work_init(&bt_mesh.local_work, NULL); in bt_mesh_net_deinit()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_timer.c816 k_work_init(&g_genie_timer.work, genie_timer_check_work); in genie_timer_init()