Home
last modified time | relevance | path

Searched refs:sema (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/esp_wifi/test/
Dtest_wifi_init.c79 SemaphoreHandle_t *sema = (SemaphoreHandle_t *) arg; in wifi_driver_can_start_on_APP_CPU_task() local
100 xSemaphoreGive(*sema); in wifi_driver_can_start_on_APP_CPU_task()
107 SemaphoreHandle_t sema = xSemaphoreCreateBinary();
108 TEST_ASSERT_NOT_NULL(sema);
111 …iver_can_start_on_APP_CPU_task, "wifi_driver_can_start_on_APP_CPU_task", 2048*2, &sema, 3, &th, 1);
113 …_driver_can_start_on_APP_CPU_task, "wifi_driver_can_start_on_APP_CPU_task", 2048*2, &sema, 3, &th);
116 xSemaphoreTake(sema, portMAX_DELAY);
117 vSemaphoreDelete(sema);
118 sema = NULL;
124 SemaphoreHandle_t *sema = (SemaphoreHandle_t *) arg; in wifi_start_stop_task() local
[all …]
/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_dport.c41 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT() local
54 xSemaphoreGive(*sema); in accessDPORT()
60 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessAPB() local
73 xSemaphoreGive(*sema); in accessAPB()
177 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT_stall_other_cpu() local
194 xSemaphoreGive(*sema); in accessDPORT_stall_other_cpu()
200 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessAPB_measure_performance() local
214 xSemaphoreGive(*sema); in accessAPB_measure_performance()
220 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in accessDPORT_pre_reading_apb() local
235 xSemaphoreGive(*sema); in accessDPORT_pre_reading_apb()
[all …]
/hal_espressif-3.6.0/components/esp_ipc/test/
Dtest_ipc.c31 static void task1(void *sema) in task1() argument
45 static void test_func_ipc(void *sema) in test_func_ipc() argument
49 xSemaphoreGive(*(xSemaphoreHandle *)sema); in test_func_ipc()
86 static void task(void *sema) in task() argument
90 xSemaphoreTake(*(xSemaphoreHandle *)sema, portMAX_DELAY); in task()
92 xSemaphoreGive(*(xSemaphoreHandle *)sema); in task()
Dtest_ipc_isr.c51 xSemaphoreHandle *sema = (xSemaphoreHandle *) arg; in task_asm() local
63 xSemaphoreGive(*sema); in task_asm()
/hal_espressif-3.6.0/components/efuse/test/
Dtest_efuse.c650 static xSemaphoreHandle sema; variable
656 xSemaphoreGive(sema); in task1()
666 xSemaphoreTake(sema, portMAX_DELAY); in task2()
674 xSemaphoreGive(sema); in task2()
681 xSemaphoreTake(sema, portMAX_DELAY); in task3()
691 xSemaphoreGive(sema); in task3()
701 sema = xSemaphoreCreateBinary();
707 xSemaphoreTake(sema, portMAX_DELAY);
716 xSemaphoreTake(sema, portMAX_DELAY);
719 vSemaphoreDelete(sema);
[all …]
/hal_espressif-3.6.0/components/mbedtls/test/
Dtest_aes_sha_rsa.c37 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in aes_task() local
53 xSemaphoreGive(*sema); in aes_task()
59 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in sha_task() local
71 xSemaphoreGive(*sema); in sha_task()
77 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in mbedtls_sha256_task() local
104 xSemaphoreGive(*sema); in mbedtls_sha256_task()
149 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in rsa_task() local
154 xSemaphoreGive(*sema); in rsa_task()
Dtest_esp_crt_bundle.c163 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in server_task() local
172 xSemaphoreGive(*sema); in server_task()
195 xSemaphoreGive(*sema); in server_task()
/hal_espressif-3.6.0/components/newlib/test/
Dtest_time.c175 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in adjtimeTask2() local
186 xSemaphoreGive(*sema); in adjtimeTask2()
192 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in timeTask() local
201 xSemaphoreGive(*sema); in timeTask()
249 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in get_time_task() local
256 xSemaphoreGive(*sema); in get_time_task()
286 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in measure_time_task() local
318 xSemaphoreGive(*sema); in measure_time_task()
/hal_espressif-3.6.0/components/driver/test/
Dtest_uart.c59 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in test_task() local
69 xSemaphoreGive(*sema); in test_task()
Dtest_i2c.c558 xSemaphoreHandle *sema = (xSemaphoreHandle *) pvParameters; in test_task() local
576 xSemaphoreGive(*sema); in test_task()