Home
last modified time | relevance | path

Searched refs:SemaphoreHandle_t (Results 1 – 25 of 48) sorted by relevance

12

/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Dsha.c59 static SemaphoreHandle_t engine_states[3];
105 static SemaphoreHandle_t sha_get_engine_state(esp_sha_type sha_type) in sha_get_engine_state()
108 volatile SemaphoreHandle_t *engine = &engine_states[idx]; in sha_get_engine_state()
109 SemaphoreHandle_t result = *engine; in sha_get_engine_state()
113 SemaphoreHandle_t new_engine = xSemaphoreCreateBinary(); in sha_get_engine_state()
141 SemaphoreHandle_t engine_state = sha_get_engine_state(sha_type); in esp_sha_lock_engine_common()
168 SemaphoreHandle_t engine_state = sha_get_engine_state(sha_type); in esp_sha_unlock_engine()
189 SemaphoreHandle_t engine_state = sha_get_engine_state(sha_type); in esp_sha_read_digest_state()
209 SemaphoreHandle_t engine_state = sha_get_engine_state(sha_type); in esp_sha_block()
/hal_espressif-latest/components/newlib/
Dlocks.c64 SemaphoreHandle_t new_sem = xQueueCreateMutex(mutex_type); in lock_init_generic()
96 SemaphoreHandle_t h = (SemaphoreHandle_t)(*lock); in _lock_close()
112 SemaphoreHandle_t h = (SemaphoreHandle_t)(*lock); in lock_acquire_generic()
119 h = (SemaphoreHandle_t)(*lock); in lock_acquire_generic()
176 SemaphoreHandle_t h = (SemaphoreHandle_t)(*lock); in lock_release_generic()
361 SemaphoreHandle_t handle; in esp_newlib_locks_init()
363 assert(handle == (SemaphoreHandle_t) &s_common_mutex); in esp_newlib_locks_init()
365 assert(handle == (SemaphoreHandle_t) &s_common_recursive_mutex); in esp_newlib_locks_init()
/hal_espressif-latest/components/esp_event/private_include/
Desp_event_internal.h83SemaphoreHandle_t mutex; /**< mutex for updating the events…
89SemaphoreHandle_t profiling_mutex; /**< mutex used for profiliing */
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_common_api.c20 SemaphoreHandle_t semaphore = NULL; in esp_ble_mesh_init()
68 SemaphoreHandle_t semaphore = NULL; in esp_ble_mesh_deinit()
/hal_espressif-latest/components/esp_system/
Desp_ipc.c35 static SemaphoreHandle_t s_ipc_mutex[portNUM_PROCESSORS]; // This mutex is used as a global lock…
36 static SemaphoreHandle_t s_ipc_ack[portNUM_PROCESSORS]; // Semaphore used to acknowledge that …
76 SemaphoreHandle_t ipc_ack = s_ipc_ack[cpuid]; in ipc_task()
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnpl_freertos.h56 SemaphoreHandle_t handle;
60 SemaphoreHandle_t handle;
/hal_espressif-latest/components/spi_flash/sim/stubs/freertos/include/freertos/
Dsemphr.h20 typedef void* SemaphoreHandle_t; typedef
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/
Dthreading_alt.h12 SemaphoreHandle_t mutex;
/hal_espressif-latest/components/esp_system/include/
Desp_expression_with_stack.h41 void esp_execute_shared_stack_function(SemaphoreHandle_t lock,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_mutex.h19 SemaphoreHandle_t mutex;
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dsemaphore.h29 typedef SemaphoreHandle_t osi_sem_t;
Dmutex.h33 typedef SemaphoreHandle_t osi_mutex_t;
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.h117 hli_queue_handle_t hli_semaphore_create(size_t max_count, SemaphoreHandle_t downstream);
Dhli_api.c149 res = xSemaphoreGiveFromISR((SemaphoreHandle_t) queue->downstream, &do_yield); in queue_isr_handler()
245 hli_queue_handle_t hli_semaphore_create(size_t max_count, SemaphoreHandle_t downstream) in hli_semaphore_create()
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dexpression_with_stack.c46 void esp_execute_shared_stack_function(SemaphoreHandle_t lock, void *stack, size_t stack_size, shar… in esp_execute_shared_stack_function()
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dexpression_with_stack.c42 void esp_execute_shared_stack_function(SemaphoreHandle_t lock, void *stack, size_t stack_size, shar… in esp_execute_shared_stack_function()
/hal_espressif-latest/components/log/
Dlog_freertos.c27 static SemaphoreHandle_t s_log_mutex = NULL;
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h94 SemaphoreHandle_t semaphore;
312 SemaphoreHandle_t semaphore;
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c146 SemaphoreHandle_t *sem = (SemaphoreHandle_t *)(data); in wifi_thread_semphr_free()
157 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c193 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free()
204 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c202 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free()
213 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c140 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free()
151 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c143 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free()
154 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c196 SemaphoreHandle_t *sem = (SemaphoreHandle_t*)(data); in wifi_thread_semphr_free()
207 SemaphoreHandle_t sem = NULL; in wifi_thread_semphr_get_wrapper()
/hal_espressif-latest/components/esp_netif/
Desp_netif_objects.c31 static SemaphoreHandle_t s_list_lock = NULL;

12