Searched refs:semphr_create_wrapper (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 222 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/ |
D | esp_bt_adapter.c | 245 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/ |
D | esp_bt_adapter.c | 243 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/ |
D | bt.c | 295 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/ |
D | bt.c | 259 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()
|