Home
last modified time | relevance | path

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

/hal_espressif-latest/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-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_timer.c73 k_work_init(&work->work, handler); in k_delayed_work_init()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c1613 k_work_init(&bt_mesh.local_work, bt_mesh_net_local); in bt_mesh_net_init()
1641 k_work_init(&bt_mesh.local_work, NULL); in bt_mesh_net_deinit()
Dproxy_server.c1464 k_work_init(&client->send_beacons, proxy_send_beacons); in bt_mesh_proxy_server_init()