Searched refs:semphr_take_wrapper (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 226 static int32_t semphr_take_wrapper(void *semphr, uint32_t block_time_ms); 291 ._semphr_take = semphr_take_wrapper, 496 static int32_t semphr_take_wrapper(void *semphr, uint32_t block_time_ms) in semphr_take_wrapper() function 792 semphr_take_wrapper(s_wakeup_req_sem, OSI_FUNCS_TIME_BLOCKING); in async_wakeup_request()
|
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 249 static int semphr_take_wrapper(void *semphr, uint32_t block_time_ms); 313 ._semphr_take = semphr_take_wrapper, 549 static int32_t semphr_take_wrapper(void *semphr, uint32_t block_time_ms) in semphr_take_wrapper() function 885 semphr_take_wrapper(s_wakeup_req_sem, OSI_FUNCS_TIME_BLOCKING); in async_wakeup_request()
|
/hal_espressif-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 247 static int semphr_take_wrapper(void *semphr, uint32_t block_time_ms); 311 ._semphr_take = semphr_take_wrapper, 542 static int32_t semphr_take_wrapper(void *semphr, uint32_t block_time_ms) in semphr_take_wrapper() function 874 semphr_take_wrapper(s_wakeup_req_sem, OSI_FUNCS_TIME_BLOCKING); in async_wakeup_request()
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 299 static int semphr_take_wrapper(void *semphr, uint32_t block_time_ms); 364 ._semphr_take = semphr_take_wrapper, 591 static int semphr_take_wrapper(void *semphr, uint32_t block_time_ms) in semphr_take_wrapper() function 908 semphr_take_wrapper(s_wakeup_req_sem, OSI_FUNCS_TIME_BLOCKING); in async_wakeup_request()
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | bt.c | 263 static int32_t semphr_take_wrapper(void *semphr, uint32_t block_time_ms); 346 ._semphr_take = semphr_take_wrapper, 629 static int32_t semphr_take_wrapper(void *semphr, uint32_t block_time_ms) in semphr_take_wrapper() function 1049 semphr_take_wrapper(s_wakeup_req_sem, OSI_FUNCS_TIME_BLOCKING); in async_wakeup_request()
|