Home
last modified time | relevance | path

Searched refs:xSemaphoreHandle (Results 1 – 25 of 36) sorted by relevance

12

/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_dport.c41 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT()
60 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessAPB()
82 xSemaphoreHandle exit_sema[2]; in run_tasks()
177 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT_stall_other_cpu()
200 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessAPB_measure_performance()
220 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT_pre_reading_apb()
351 xSemaphoreHandle sync_sema;
365 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT2_stall_other_cpu()
400 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT2()
476 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT3()
/hal_espressif-3.6.0/components/mbedtls/test/
Dtest_aes_sha_rsa.c37 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in aes_task()
59 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in sha_task()
77 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in mbedtls_sha256_task()
115 xSemaphoreHandle exit_sema[max_tasks];
149 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in rsa_task()
165 xSemaphoreHandle exit_sema[max_tasks];
199 xSemaphoreHandle exit_sema[max_tasks];
233 xSemaphoreHandle exit_sema[max_tasks];
267 xSemaphoreHandle exit_sema[max_tasks];
Dtest_esp_crt_bundle.c163 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in server_task()
323 xSemaphoreHandle signal_sem = xSemaphoreCreateBinary();
Dtest_mbedtls_sha.c92 static xSemaphoreHandle done_sem;
519 static xSemaphoreHandle done_sem;
Dtest_aes_sha_parallel.c14 static xSemaphoreHandle done_sem;
/hal_espressif-3.6.0/components/newlib/
Dlocks.c73 xSemaphoreHandle new_sem = xQueueCreateMutex(mutex_type); in lock_init_generic()
105 xSemaphoreHandle h = (xSemaphoreHandle)(*lock); in _lock_close()
121 xSemaphoreHandle h = (xSemaphoreHandle)(*lock); in lock_acquire_generic()
128 h = (xSemaphoreHandle)(*lock); in lock_acquire_generic()
185 xSemaphoreHandle h = (xSemaphoreHandle)(*lock); in lock_release_generic()
/hal_espressif-3.6.0/components/esp_ipc/test/
Dtest_ipc.c49 xSemaphoreGive(*(xSemaphoreHandle *)sema); in test_func_ipc()
59 xSemaphoreHandle sema_ipc_done = xSemaphoreCreateBinary();
90 xSemaphoreTake(*(xSemaphoreHandle *)sema, portMAX_DELAY); in task()
92 xSemaphoreGive(*(xSemaphoreHandle *)sema); in task()
102 xSemaphoreHandle sema_ipc_done[max_tasks * portNUM_PROCESSORS];
Dtest_ipc_isr.c51 xSemaphoreHandle *sema = (xSemaphoreHandle *) arg; in task_asm()
69 xSemaphoreHandle exit_sema[2];
/hal_espressif-3.6.0/components/newlib/test/
Dtest_time.c175 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in adjtimeTask2()
192 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in timeTask()
213 xSemaphoreHandle exit_sema[max_tasks];
249 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in get_time_task()
286 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in measure_time_task()
326 xSemaphoreHandle exit_sema[2];
/hal_espressif-3.6.0/components/esp_hid/private/
Desp_hidh_private.h77 xSemaphoreHandle semaphore;
78 xSemaphoreHandle mutex;
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/include/freertos/
DFreeRTOS.h24 typedef void * xSemaphoreHandle; typedef
/hal_espressif-3.6.0/components/bt/common/osi/include/osi/
Dsemaphore.h29 typedef xSemaphoreHandle osi_sem_t;
Dmutex.h33 typedef xSemaphoreHandle osi_mutex_t;
/hal_espressif-3.6.0/components/driver/test/
Dtest_uart.c59 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in test_task()
87 xSemaphoreHandle exit_sema = xSemaphoreCreateBinary();
Dtest_i2c.c558 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in test_task()
582 xSemaphoreHandle exit_sema = xSemaphoreCreateBinary();
601 xSemaphoreHandle exit_sema = xSemaphoreCreateBinary();
/hal_espressif-3.6.0/examples/protocols/sockets/non_blocking/main/
Dnon_blocking_socket_example.c234 xSemaphoreHandle *server_ready = pvParameters; in tcp_server_task()
391 xSemaphoreHandle server_ready = xSemaphoreCreateBinary(); in app_main()
/hal_espressif-3.6.0/components/freertos/test/
Dtest_spinlocks.c77 static xSemaphoreHandle done_sem;
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.h88 typedef void * xSemaphoreHandle; typedef
/hal_espressif-3.6.0/components/esp_netif/
Desp_netif_objects.c39 static xSemaphoreHandle s_list_lock = NULL;
/hal_espressif-3.6.0/components/vfs/test/
Dtest_vfs_select.c33 xSemaphoreHandle sem;
43 xSemaphoreHandle sem;
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c36 static xSemaphoreHandle bt_hidh_cb_semaphore = NULL;
40 static xSemaphoreHandle ble_hidh_cb_semaphore = NULL;
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c39 static xSemaphoreHandle bt_hidh_cb_semaphore = NULL;
43 static xSemaphoreHandle ble_hidh_cb_semaphore = NULL;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/
Dbt_app_hf.c146 static xSemaphoreHandle s_send_data_Semaphore = NULL;
/hal_espressif-3.6.0/examples/peripherals/spi_master/hd_eeprom/components/eeprom/
Dspi_eeprom.c48 xSemaphoreHandle ready_sem; ///< Semaphore for ready signal
/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtusb_cdc_acm.c33 xSemaphoreHandle ringbuf_read_mux;

12