/hal_espressif-latest/components/bt/common/osi/ |
D | semaphore.c | 26 int osi_sem_new(osi_sem_t *sem, uint32_t max_count, uint32_t init_count) in osi_sem_new() 42 void osi_sem_give(osi_sem_t *sem) in osi_sem_give() 55 osi_sem_take(osi_sem_t *sem, uint32_t timeout) in osi_sem_take() 73 void osi_sem_free(osi_sem_t *sem) in osi_sem_free()
|
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/ |
D | nimble_npl_os.h | 69 void *sem; member 234 IRAM_ATTR ble_npl_sem_init(struct ble_npl_sem *sem, uint16_t tokens) in ble_npl_sem_init() 240 IRAM_ATTR ble_npl_sem_deinit(struct ble_npl_sem *sem) in ble_npl_sem_deinit() 246 IRAM_ATTR ble_npl_sem_pend(struct ble_npl_sem *sem, ble_npl_time_t timeout) in ble_npl_sem_pend() 252 IRAM_ATTR ble_npl_sem_release(struct ble_npl_sem *sem) in ble_npl_sem_release() 258 IRAM_ATTR ble_npl_sem_get_count(struct ble_npl_sem *sem) in ble_npl_sem_get_count()
|
/hal_espressif-latest/components/bt/porting/npl/freertos/src/ |
D | npl_os_freertos.c | 480 npl_freertos_sem_init(struct ble_npl_sem *sem, uint16_t tokens) in npl_freertos_sem_init() 515 npl_freertos_sem_deinit(struct ble_npl_sem *sem) in npl_freertos_sem_deinit() 537 IRAM_ATTR npl_freertos_sem_pend(struct ble_npl_sem *sem, ble_npl_time_t timeout) in npl_freertos_sem_pend() 563 IRAM_ATTR npl_freertos_sem_release(struct ble_npl_sem *sem) in npl_freertos_sem_release() 772 IRAM_ATTR npl_freertos_sem_get_count(struct ble_npl_sem *sem) in npl_freertos_sem_get_count()
|
/hal_espressif-latest/zephyr/esp32s2/src/coex/ |
D | esp_coex_adapter.c | 69 struct k_sem *sem = (struct k_sem *)wifi_malloc(sizeof(struct k_sem)); in esp_coex_common_semphr_create_wrapper() local 110 struct k_sem *sem = (struct k_sem *)wifi_malloc(sizeof(struct k_sem)); in esp_coex_internal_semphr_create_wrapper() local
|
/hal_espressif-latest/components/esp_event/host_test/ |
D | fixtures.hpp | 122 QueueHandle_t sem; member
|
/hal_espressif-latest/zephyr/esp32/src/coex/ |
D | esp_coex_adapter.c | 68 struct k_sem *sem = (struct k_sem *)wifi_malloc(sizeof(struct k_sem)); in esp_coex_common_semphr_create_wrapper() local
|
/hal_espressif-latest/zephyr/esp32c3/src/coex/ |
D | esp_coex_adapter.c | 69 struct k_sem *sem = (struct k_sem *)wifi_malloc(sizeof(struct k_sem)); in esp_coex_common_semphr_create_wrapper() local
|
/hal_espressif-latest/zephyr/esp32s3/src/coex/ |
D | esp_coex_adapter.c | 67 struct k_sem *sem = (struct k_sem *) wifi_malloc(sizeof(struct k_sem)); in esp_coex_common_semphr_create_wrapper() local
|
/hal_espressif-latest/zephyr/esp32c2/src/coex/ |
D | esp_coex_adapter.c | 69 struct k_sem *sem = (struct k_sem *)wifi_malloc(sizeof(struct k_sem)); in esp_coex_common_semphr_create_wrapper() local
|
/hal_espressif-latest/zephyr/esp32c6/src/coex/ |
D | esp_coex_adapter.c | 69 struct k_sem *sem = (struct k_sem *)wifi_malloc(sizeof(struct k_sem)); in esp_coex_common_semphr_create_wrapper() local
|
/hal_espressif-latest/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 193 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free() local 204 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper() local
|
/hal_espressif-latest/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 196 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free() local 207 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper() local
|
/hal_espressif-latest/components/esp_wifi/esp32/ |
D | esp_adapter.c | 202 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free() local 213 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper() local
|
/hal_espressif-latest/components/esp_wifi/esp32c2/ |
D | esp_adapter.c | 140 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free() local 151 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper() local
|
/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 146 SemaphoreHandle_t *sem = (SemaphoreHandle_t *)(data); in wifi_thread_semphr_free() local 157 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper() local
|
/hal_espressif-latest/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 143 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free() local 154 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper() local
|
/hal_espressif-latest/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 143 struct k_sem *sem = NULL; in wifi_thread_semphr_get_wrapper() local
|
/hal_espressif-latest/zephyr/esp32c2/src/wifi/ |
D | esp_wifi_adapter.c | 145 struct k_sem *sem = NULL; in wifi_thread_semphr_get_wrapper() local
|
/hal_espressif-latest/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 145 struct k_sem *sem = NULL; in wifi_thread_semphr_get_wrapper() local
|
/hal_espressif-latest/zephyr/esp32c6/src/wifi/ |
D | esp_wifi_adapter.c | 149 struct k_sem *sem = NULL; in wifi_thread_semphr_get_wrapper() local
|
/hal_espressif-latest/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 144 struct k_sem *sem = NULL; in wifi_thread_semphr_get_wrapper() local
|
/hal_espressif-latest/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 174 struct k_sem *sem = NULL; in wifi_thread_semphr_get_wrapper() local
|
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 456 struct k_sem *sem = (struct k_sem *) esp_bt_malloc_func(sizeof(struct k_sem)); in semphr_create_wrapper() local
|
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 509 struct k_sem *sem = (struct k_sem *) esp_bt_malloc_func(sizeof(struct k_sem)); in semphr_create_wrapper() local
|
/hal_espressif-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 502 struct k_sem *sem = (struct k_sem *) esp_bt_malloc_func(sizeof(struct k_sem)); in semphr_create_wrapper() local
|