Home
last modified time | relevance | path

Searched refs:k_delayed_work (Results 1 – 25 of 28) sorted by relevance

12

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_timer.h147 struct k_delayed_work { struct
183 int k_delayed_work_submit(struct k_delayed_work *work, int32_t delay);
185 int k_delayed_work_submit_periodic(struct k_delayed_work *work, int32_t period);
198 int32_t k_delayed_work_remaining_get(struct k_delayed_work *work);
243 int k_delayed_work_cancel(struct k_delayed_work *work);
245 int k_delayed_work_free(struct k_delayed_work *work);
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_common/
Dmesh_timer.c64 int k_delayed_work_init(struct k_delayed_work *work, k_work_handler_t handler) in k_delayed_work_init()
103 int k_delayed_work_submit(struct k_delayed_work *work, int32_t delay) in k_delayed_work_submit()
125 int k_delayed_work_submit_periodic(struct k_delayed_work *work, int32_t period) in k_delayed_work_submit_periodic()
147 int k_delayed_work_cancel(struct k_delayed_work *work) in k_delayed_work_cancel()
168 int k_delayed_work_free(struct k_delayed_work *work) in k_delayed_work_free()
189 int32_t k_delayed_work_remaining_get(struct k_delayed_work *work) in k_delayed_work_remaining_get()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.h110 struct k_delayed_work timer;
132 struct k_delayed_work timer; /* Repeat timer */
194 struct k_delayed_work timer;
255 struct k_delayed_work ivu_timer;
Dhealth_cli.c60 struct k_delayed_work *timer = NULL; in timeout_handler()
69 timer = CONTAINER_OF(work, struct k_delayed_work, work); in timeout_handler()
Dbeacon.c49 static struct k_delayed_work beacon_timer;
Dcfg_cli.c102 struct k_delayed_work *timer = NULL; in timeout_handler()
111 timer = CONTAINER_OF(work, struct k_delayed_work, work); in timeout_handler()
Dprov.c156 struct k_delayed_work retransmit;
160 struct k_delayed_work prot_timer;
Dproxy_client.c49 struct k_delayed_work sar_timer;
Dtransport.c85 struct k_delayed_work retransmit; /* Retransmit timer */
101 struct k_delayed_work ack;
Dadv.c99 struct k_delayed_work resend;
Dproxy_server.c96 struct k_delayed_work sar_timer;
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dhealth_srv.h68 struct k_delayed_work attn_timer;
Dcfg_srv.h40 struct k_delayed_work timer;
Dmesh_access.h401 struct k_delayed_work timer;
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dclient_common.h65 struct k_delayed_work timer; /* Time used to get response. Only for internal use. */
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/
Dserver_common.h65 struct k_delayed_work timer;
Dlighting_server.h246 struct k_delayed_work timer;
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_health_model_api.h156 struct k_delayed_work attention_timer;
Desp_ble_mesh_config_model_api.h58 struct k_delayed_work timer; /*!< Heartbeat Publication timer */
Desp_ble_mesh_lighting_model_api.h1206 struct k_delayed_work timer; /*!< Timer of Light LC state machine */
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dtime_scene_client.c89 struct k_delayed_work *timer = NULL; in timeout_handler()
98 timer = CONTAINER_OF(work, struct k_delayed_work, work); in timeout_handler()
Dsensor_client.c73 struct k_delayed_work *timer = NULL; in timeout_handler()
82 timer = CONTAINER_OF(work, struct k_delayed_work, work); in timeout_handler()
Dgeneric_client.c135 struct k_delayed_work *timer = NULL; in timeout_handler()
144 timer = CONTAINER_OF(work, struct k_delayed_work, work); in timeout_handler()
Dlighting_client.c144 struct k_delayed_work *timer = NULL; in timeout_handler()
153 timer = CONTAINER_OF(work, struct k_delayed_work, work); in timeout_handler()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h408 struct k_delayed_work timer;
2095 struct k_delayed_work timer; /*!< Timer used for state transition */

12