Home
last modified time | relevance | path

Searched refs:xSemaphoreCreateBinary (Results 1 – 25 of 82) sorted by relevance

1234

/hal_espressif-2.7.6/components/vfs/test/
Dtest_vfs_fd.c168 …concurrent_test_task_param_t param1 = { .path = VFS_PREF1 FILE1, .done = xSemaphoreCreateBinary() …
169 …concurrent_test_task_param_t param2 = { .path = VFS_PREF1 FILE1, .done = xSemaphoreCreateBinary() …
170 …concurrent_test_task_param_t param3 = { .path = VFS_PREF1 FILE2, .done = xSemaphoreCreateBinary() …
171 …concurrent_test_task_param_t param4 = { .path = VFS_PREF1 FILE2, .done = xSemaphoreCreateBinary() …
172 …concurrent_test_task_param_t param5 = { .path = VFS_PREF1 FILE3, .done = xSemaphoreCreateBinary() …
173 …concurrent_test_task_param_t param6 = { .path = VFS_PREF1 FILE3, .done = xSemaphoreCreateBinary() …
174 …concurrent_test_task_param_t param7 = { .path = VFS_PREF1 FILE4, .done = xSemaphoreCreateBinary() …
175 …concurrent_test_task_param_t param8 = { .path = VFS_PREF1 FILE4, .done = xSemaphoreCreateBinary() …
Dtest_vfs_select.c172 .sem = xSemaphoreCreateBinary(),
230 .sem = xSemaphoreCreateBinary(),
292 .sem = xSemaphoreCreateBinary(),
341 .sem = xSemaphoreCreateBinary(),
478 .sem = xSemaphoreCreateBinary(),
518 .sem = xSemaphoreCreateBinary(),
533 .sem = xSemaphoreCreateBinary(),
587 .sem = xSemaphoreCreateBinary(),
/hal_espressif-2.7.6/examples/peripherals/twai/twai_self_test/main/
Dtwai_self_test_example_main.c114 tx_sem = xSemaphoreCreateBinary(); in app_main()
115 rx_sem = xSemaphoreCreateBinary(); in app_main()
116 ctrl_sem = xSemaphoreCreateBinary(); in app_main()
117 done_sem = xSemaphoreCreateBinary(); in app_main()
/hal_espressif-2.7.6/components/freertos/test/
Dtest_isr_latency.c83 sync = xSemaphoreCreateBinary();
85 end_sema = xSemaphoreCreateBinary();
103 sync = xSemaphoreCreateBinary();
105 end_sema = xSemaphoreCreateBinary();
Dtest_float_in_isr.c49 ctx.sync = xSemaphoreCreateBinary();
Dtest_freertos_scheduling_time.c55 context.end_sema = xSemaphoreCreateBinary();
Dtest_stream_buffers.c79 tc.end_test = xSemaphoreCreateBinary();
/hal_espressif-2.7.6/components/esp32/test/
Dtest_aes_sha_rsa.c110 exit_sema[i] = xSemaphoreCreateBinary();
160 exit_sema[i] = xSemaphoreCreateBinary();
194 exit_sema[i] = xSemaphoreCreateBinary();
228 exit_sema[i] = xSemaphoreCreateBinary();
262 exit_sema[i] = xSemaphoreCreateBinary();
/hal_espressif-2.7.6/components/esp_common/test/
Dtest_delay.c47 .done = xSemaphoreCreateBinary()
70 .done = xSemaphoreCreateBinary()
/hal_espressif-2.7.6/examples/peripherals/twai/twai_network/twai_network_master/main/
Dtwai_network_example_master_main.c213 ctrl_task_sem = xSemaphoreCreateBinary(); in app_main()
214 stop_ping_sem = xSemaphoreCreateBinary(); in app_main()
215 done_sem = xSemaphoreCreateBinary(); in app_main()
/hal_espressif-2.7.6/examples/peripherals/twai/twai_network/twai_network_slave/main/
Dtwai_network_example_slave_main.c240 ctrl_task_sem = xSemaphoreCreateBinary(); in app_main()
241 stop_data_sem = xSemaphoreCreateBinary();; in app_main()
242 done_sem = xSemaphoreCreateBinary();; in app_main()
/hal_espressif-2.7.6/examples/peripherals/twai/twai_alert_and_recovery/main/
Dtwai_alert_and_recovery_example_main.c134 tx_task_sem = xSemaphoreCreateBinary(); in app_main()
135 ctrl_task_sem = xSemaphoreCreateBinary(); in app_main()
/hal_espressif-2.7.6/components/esp_ipc/
Dipc.c93 s_ipc_ack[i] = xSemaphoreCreateBinary(); in esp_ipc_init()
94 s_ipc_sem[i] = xSemaphoreCreateBinary(); in esp_ipc_init()
/hal_espressif-2.7.6/components/esp_ipc/test/
Dtest_ipc.c59 xSemaphoreHandle sema_ipc_done = xSemaphoreCreateBinary();
108 sema_ipc_done[task_num * 2 + cpu_num] = xSemaphoreCreateBinary();
/hal_espressif-2.7.6/components/esp_wifi/test/
Dtest_wifi_init.c107 SemaphoreHandle_t sema = xSemaphoreCreateBinary();
160 SemaphoreHandle_t sema = xSemaphoreCreateBinary();
209 SemaphoreHandle_t sema = xSemaphoreCreateBinary();
/hal_espressif-2.7.6/components/app_trace/test/
Dtest_trace.c406 s_print_lock = xSemaphoreCreateBinary(); in esp_apptrace_test()
418 test_cfg->tasks[i].done = xSemaphoreCreateBinary(); in esp_apptrace_test()
769 .done = xSemaphoreCreateBinary(),
772 .done = xSemaphoreCreateBinary(),
875 .done = xSemaphoreCreateBinary(),
889 .done = xSemaphoreCreateBinary(),
926 .done = xSemaphoreCreateBinary(),
940 .done = xSemaphoreCreateBinary(),
948 SemaphoreHandle_t test_sync = xSemaphoreCreateBinary();
951 .done = xSemaphoreCreateBinary(),
[all …]
/hal_espressif-2.7.6/components/esp_event/test/
Dtest_event.c1041 .done = xSemaphoreCreateBinary()
1055 .done = xSemaphoreCreateBinary(),
1056 .start = xSemaphoreCreateBinary()
1125 registration_arg[i].start = xSemaphoreCreateBinary();
1126 registration_arg[i].done = xSemaphoreCreateBinary();
1170 unregistration_arg[i].start = xSemaphoreCreateBinary();
1171 unregistration_arg[i].done = xSemaphoreCreateBinary();
1284 post_event_arg[i].start = xSemaphoreCreateBinary();
1285 post_event_arg[i].done = xSemaphoreCreateBinary();
1362 post_event_arg[i].start = xSemaphoreCreateBinary();
[all …]
/hal_espressif-2.7.6/components/vfs/
Dvfs_cdcacm.c235 s_rx_semaphore = xSemaphoreCreateBinary(); in cdcacm_enable_blocking()
240 s_tx_semaphore = xSemaphoreCreateBinary(); in cdcacm_enable_blocking()
/hal_espressif-2.7.6/components/esp_ringbuf/test/
Dtest_ringbuf.c312 done_sem = xSemaphoreCreateBinary();
431 done_sem = xSemaphoreCreateBinary();
577 …tx_done = xSemaphoreCreateBinary(); //Semaphore to indicate send is done for a par… in setup()
578 …rx_done = xSemaphoreCreateBinary(); //Semaphore to indicate receive is done for a … in setup()
579 …tasks_done = xSemaphoreCreateBinary(); //Semaphore used to to indicate send and recei… in setup()
/hal_espressif-2.7.6/components/esp_timer/test/
Dtest_esp_timer.c235 args.done = xSemaphoreCreateBinary();
542 .notify_from_timer_cb = xSemaphoreCreateBinary(),
592 .delete_start = xSemaphoreCreateBinary(),
593 .delete_done = xSemaphoreCreateBinary(),
594 .test_done = xSemaphoreCreateBinary(),
702 sem = xSemaphoreCreateBinary();
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/core/
Dbtc_main.c74 deinit_semaphore = xSemaphoreCreateBinary(); in btc_init_bluetooth()
/hal_espressif-2.7.6/components/lwip/port/esp32/freertos/
Dsys_arch.c128 *sem = xSemaphoreCreateBinary(); in sys_sem_new()
530 *sem = xSemaphoreCreateBinary(); in sys_thread_sem_init()
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/common_components/example_init/
Dble_mesh_example_init.c137 mesh_sem = xSemaphoreCreateBinary(); in bluetooth_init()
/hal_espressif-2.7.6/examples/peripherals/twai/twai_network/twai_network_listen_only/main/
Dtwai_network_example_listen_only_main.c102 rx_sem = xSemaphoreCreateBinary(); in app_main()
/hal_espressif-2.7.6/components/freertos/include/freertos/
Dsemphr.h158 …#define xSemaphoreCreateBinary() xQueueGenericCreate( ( UBaseType_t ) 1, semSEMAPHORE_QUEUE_ITEM_L… macro

1234