Home
last modified time | relevance | path

Searched refs:semphr_create_wrapper (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c222 static void *semphr_create_wrapper(uint32_t max, uint32_t init);
287 ._semphr_create = semphr_create_wrapper,
454 static void *semphr_create_wrapper(uint32_t max, uint32_t init) in semphr_create_wrapper() function
1069 s_wakeup_req_sem = semphr_create_wrapper(1, 0); in esp_bt_controller_init()
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c245 static void *semphr_create_wrapper(uint32_t max, uint32_t init);
309 ._semphr_create = semphr_create_wrapper,
507 static void *semphr_create_wrapper(uint32_t max, uint32_t init) in semphr_create_wrapper() function
1078 s_wakeup_req_sem = semphr_create_wrapper(1, 0); in btdm_low_power_mode_init()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c243 static void *semphr_create_wrapper(uint32_t max, uint32_t init);
307 ._semphr_create = semphr_create_wrapper,
500 static void *semphr_create_wrapper(uint32_t max, uint32_t init) in semphr_create_wrapper() function
1067 s_wakeup_req_sem = semphr_create_wrapper(1, 0); in btdm_low_power_mode_init()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c295 static void *semphr_create_wrapper(uint32_t max, uint32_t init);
360 ._semphr_create = semphr_create_wrapper,
554 static void *semphr_create_wrapper(uint32_t max, uint32_t init) in semphr_create_wrapper() function
1259 s_wakeup_req_sem = semphr_create_wrapper(1, 0); in btdm_low_power_mode_init()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c259 static void *semphr_create_wrapper(uint32_t max, uint32_t init);
342 ._semphr_create = semphr_create_wrapper,
557 static void *semphr_create_wrapper(uint32_t max, uint32_t init) in semphr_create_wrapper() function
1540 s_wakeup_req_sem = semphr_create_wrapper(1, 0); in esp_bt_controller_init()