/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/main/ |
D | periodic_adv_demo.c | 102 xSemaphoreGive(test_sem); in gap_event_handler() 106 xSemaphoreGive(test_sem); in gap_event_handler() 110 xSemaphoreGive(test_sem); in gap_event_handler() 114 xSemaphoreGive(test_sem); in gap_event_handler() 118 xSemaphoreGive(test_sem); in gap_event_handler() 122 xSemaphoreGive(test_sem); in gap_event_handler() 126 xSemaphoreGive(test_sem); in gap_event_handler() 130 xSemaphoreGive(test_sem); in gap_event_handler() 134 xSemaphoreGive(test_sem); in gap_event_handler()
|
/hal_espressif-3.5.0/examples/peripherals/twai/twai_network/twai_network_slave/main/ |
D | twai_network_example_slave_main.c | 96 xSemaphoreGive(ctrl_task_sem); in twai_receive_task() 106 xSemaphoreGive(ctrl_task_sem); in twai_receive_task() 116 xSemaphoreGive(stop_data_sem); in twai_receive_task() 117 xSemaphoreGive(ctrl_task_sem); in twai_receive_task() 138 xSemaphoreGive(ctrl_task_sem); in twai_transmit_task() 159 xSemaphoreGive(ctrl_task_sem); in twai_transmit_task() 224 xSemaphoreGive(done_sem); in twai_control_task() 251 xSemaphoreGive(ctrl_task_sem); //Start Control task in app_main()
|
/hal_espressif-3.5.0/examples/peripherals/twai/twai_self_test/main/ |
D | twai_self_test_example_main.c | 85 xSemaphoreGive(ctrl_sem); in twai_receive_task() 99 xSemaphoreGive(rx_sem); in twai_control_task() 100 xSemaphoreGive(tx_sem); in twai_control_task() 107 xSemaphoreGive(done_sem); in twai_control_task() 128 xSemaphoreGive(ctrl_sem); in app_main()
|
/hal_espressif-3.5.0/components/freertos/test/ |
D | test_freertos_task_notify.c | 68 xSemaphoreGive(task_delete_semphr); in sender_task() 83 xSemaphoreGive(trigger_send_semphr); in receiver_task() 88 xSemaphoreGive(trigger_send_semphr); in receiver_task() 96 xSemaphoreGive(trigger_send_semphr); in receiver_task() 101 xSemaphoreGive(task_delete_semphr); in receiver_task() 190 xSemaphoreGive(trigger_send_semphr); //Trigger sender task
|
D | test_freertos_debug_functions.c | 42 xSemaphoreGive(done_sem); //Signal that vQueueAddToRegistry() has completed in test_queue_registry_task() 50 xSemaphoreGive(done_sem); //Signal done in test_queue_registry_task() 66 xSemaphoreGive(start_sem[i]); //Trigger start 79 xSemaphoreGive(start_sem[i]); //Trigger start
|
D | test_stream_buffers.c | 32 xSemaphoreGive(tc->end_test); in producer_task() 58 xSemaphoreGive(tc->end_test); in receiver_task() 69 xSemaphoreGive(tc->end_test); in receiver_task()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/multi-adv/main/ |
D | multi_adv_demo.c | 160 xSemaphoreGive(test_sem); in gap_event_handler() 164 xSemaphoreGive(test_sem); in gap_event_handler() 168 xSemaphoreGive(test_sem); in gap_event_handler() 172 xSemaphoreGive(test_sem); in gap_event_handler() 176 xSemaphoreGive(test_sem); in gap_event_handler() 180 xSemaphoreGive(test_sem); in gap_event_handler()
|
/hal_espressif-3.5.0/components/cxx/ |
D | cxx_guards.cpp | 75 auto result = xSemaphoreGive(s_static_init_mutex); in wait_for_guard_obj() 109 xSemaphoreGive(s_static_init_wait_sem); in signal_waiting_tasks() 163 auto result = xSemaphoreGive(s_static_init_mutex); in __cxa_guard_acquire() 186 auto result = xSemaphoreGive(s_static_init_mutex); in __cxa_guard_release() 207 auto result = xSemaphoreGive(s_static_init_mutex); in __cxa_guard_abort()
|
/hal_espressif-3.5.0/examples/peripherals/twai/twai_network/twai_network_master/main/ |
D | twai_network_example_master_main.c | 96 xSemaphoreGive(stop_ping_sem); in twai_receive_task() 97 xSemaphoreGive(ctrl_task_sem); in twai_receive_task() 116 xSemaphoreGive(ctrl_task_sem); in twai_receive_task() 123 xSemaphoreGive(ctrl_task_sem); in twai_receive_task() 204 xSemaphoreGive(done_sem); in twai_control_task() 224 xSemaphoreGive(ctrl_task_sem); //Start control task in app_main()
|
/hal_espressif-3.5.0/components/esp_ipc/src/ |
D | esp_ipc.c | 72 xSemaphoreGive(s_ipc_ack[cpuid]); in ipc_task() 76 xSemaphoreGive(s_ipc_ack[cpuid]); in ipc_task() 143 xSemaphoreGive(s_ipc_sem[cpu_id]); in esp_ipc_call_and_wait() 147 xSemaphoreGive(s_ipc_mutex[cpu_id]); in esp_ipc_call_and_wait() 149 xSemaphoreGive(s_ipc_mutex[0]); in esp_ipc_call_and_wait()
|
/hal_espressif-3.5.0/components/touch_element/ |
D | touch_button.c | 71 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_install() 87 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_uninstall() 97 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_uninstall() 168 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_set_dispatch_method() 189 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_subscribe_event() 201 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_set_callback() 218 xSemaphoreGive(s_te_btn_obj->mutex); in touch_button_set_longpress() 283 xSemaphoreGive(s_te_btn_obj->mutex); in button_object_add_instance() 295 xSemaphoreGive(s_te_btn_obj->mutex); in button_object_remove_instance() 412 xSemaphoreGive(s_te_btn_obj->mutex); in button_proc_state()
|
D | touch_element.c | 164 xSemaphoreGive(s_te_obj->mutex); in touch_element_install() 167 xSemaphoreGive(s_te_obj->mutex); in touch_element_install() 210 xSemaphoreGive(s_te_obj->mutex); in touch_element_start() 215 xSemaphoreGive(s_te_obj->mutex); in touch_element_start() 236 xSemaphoreGive(s_te_obj->mutex); in touch_element_stop() 246 xSemaphoreGive(s_te_obj->mutex); in touch_element_uninstall() 268 xSemaphoreGive(s_te_obj->mutex); in touch_element_uninstall() 419 xSemaphoreGive(s_te_obj->mutex); in te_proc_timer_cb() 430 xSemaphoreGive(s_te_obj->mutex); in te_object_method_register() 441 xSemaphoreGive(s_te_obj->mutex); in te_object_method_unregister() [all …]
|
D | touch_matrix.c | 75 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_install() 91 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_uninstall() 101 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_uninstall() 207 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_set_dispatch_method() 228 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_subscribe_event() 240 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_set_callback() 257 xSemaphoreGive(s_te_mat_obj->mutex); in touch_matrix_set_longpress() 322 xSemaphoreGive(s_te_mat_obj->mutex); in matrix_object_add_instance() 334 xSemaphoreGive(s_te_mat_obj->mutex); in matrix_object_remove_instance() 569 xSemaphoreGive(s_te_mat_obj->mutex); in matrix_proc_state() [all …]
|
D | touch_slider.c | 81 xSemaphoreGive(s_te_sld_obj->mutex); in touch_slider_install() 97 xSemaphoreGive(s_te_sld_obj->mutex); in touch_slider_uninstall() 107 xSemaphoreGive(s_te_sld_obj->mutex); in touch_slider_uninstall() 219 xSemaphoreGive(s_te_sld_obj->mutex); in touch_slider_set_dispatch_method() 237 xSemaphoreGive(s_te_sld_obj->mutex); in touch_slider_subscribe_event() 249 xSemaphoreGive(s_te_sld_obj->mutex); in touch_slider_set_callback() 314 xSemaphoreGive(s_te_sld_obj->mutex); in slider_object_add_instance() 326 xSemaphoreGive(s_te_sld_obj->mutex); in slider_object_remove_instance() 476 xSemaphoreGive(s_te_sld_obj->mutex); in slider_proc_state()
|
/hal_espressif-3.5.0/components/esp_hw_support/test/ |
D | test_dport.c | 54 xSemaphoreGive(*sema); in accessDPORT() 73 xSemaphoreGive(*sema); in accessAPB() 194 xSemaphoreGive(*sema); in accessDPORT_stall_other_cpu() 214 xSemaphoreGive(*sema); in accessAPB_measure_performance() 235 xSemaphoreGive(*sema); in accessDPORT_pre_reading_apb() 382 xSemaphoreGive(*sema); in accessDPORT2_stall_other_cpu() 417 xSemaphoreGive(*sema); in accessDPORT2() 493 xSemaphoreGive(*sema); in accessDPORT3()
|
/hal_espressif-3.5.0/components/driver/esp32/ |
D | touch_sensor.c | 120 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_cb() 314 xSemaphoreGive(rtc_touch_mux); in touch_pad_deinit() 352 xSemaphoreGive(rtc_touch_mux); in touch_pad_read() 397 xSemaphoreGive(rtc_touch_mux); in touch_pad_set_filter_period() 415 xSemaphoreGive(rtc_touch_mux); in touch_pad_get_filter_period() 441 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_start() 446 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_start() 462 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_stop() 480 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_delete()
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device/main/ |
D | main.c | 59 xSemaphoreGive(s_local_param.mouse_mutex); in check_report_id_type() 79 xSemaphoreGive(s_local_param.mouse_mutex); in send_mouse() 93 xSemaphoreGive(s_local_param.mouse_mutex); in mouse_move_task() 309 xSemaphoreGive(s_local_param.mouse_mutex); in esp_bt_hidd_cb() 323 xSemaphoreGive(s_local_param.mouse_mutex); in esp_bt_hidd_cb() 329 xSemaphoreGive(s_local_param.mouse_mutex); in esp_bt_hidd_cb()
|
/hal_espressif-3.5.0/examples/peripherals/twai/twai_alert_and_recovery/main/ |
D | twai_alert_and_recovery_example_main.c | 90 xSemaphoreGive(tx_task_sem); //Start transmit task in ctrl_task() 128 xSemaphoreGive(ctrl_task_sem); in ctrl_task() 144 xSemaphoreGive(ctrl_task_sem); //Start control task in app_main()
|
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_adapter.c | 94 xSemaphoreGive(ble_mesh_node_sema); in ble_mesh_set_node_prestore_params() 101 xSemaphoreGive(ble_mesh_node_sema); in ble_mesh_node_statistics_get() 114 xSemaphoreGive(ble_mesh_node_sema); in ble_mesh_node_statistics_accumulate() 121 xSemaphoreGive(ble_mesh_node_sema); in ble_mesh_node_statistics_accumulate() 134 xSemaphoreGive(ble_mesh_node_sema); in ble_mesh_node_statistics_accumulate()
|
D | ble_mesh_adapter.h | 86 xSemaphoreGive(ble_mesh_node_sema); \ 93 xSemaphoreGive(ble_mesh_node_sema); \ 99 xSemaphoreGive(ble_mesh_node_sema); \
|
/hal_espressif-3.5.0/components/pthread/ |
D | pthread.c | 302 xSemaphoreGive(s_threads_mux); in pthread_create() 355 xSemaphoreGive(s_threads_mux); in pthread_join() 365 xSemaphoreGive(s_threads_mux); in pthread_join() 403 xSemaphoreGive(s_threads_mux); in pthread_detach() 443 xSemaphoreGive(s_threads_mux); in pthread_exit() 479 xSemaphoreGive(s_threads_mux); in pthread_self() 593 res = xSemaphoreGive(mux->sem); in pthread_mutex_destroy() 709 ret = xSemaphoreGive(mux->sem); in pthread_mutex_unlock()
|
/hal_espressif-3.5.0/components/esp_ipc/test/ |
D | test_ipc.c | 49 xSemaphoreGive(*(xSemaphoreHandle *)sema); in test_func_ipc() 92 xSemaphoreGive(*(xSemaphoreHandle *)sema); in task() 115 xSemaphoreGive(sema_ipc_done[task_num * 2 + cpu_num]);
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/tutorial/ |
D | Periodic_adv_Example_Walkthrough.md | 249 xSemaphoreGive(test_sem); 253 xSemaphoreGive(test_sem); 257 xSemaphoreGive(test_sem); 261 xSemaphoreGive(test_sem); 265 xSemaphoreGive(test_sem); 269 xSemaphoreGive(test_sem); 273 xSemaphoreGive(test_sem); 278 xSemaphoreGive(test_sem); 283 xSemaphoreGive(test_sem);
|
/hal_espressif-3.5.0/components/esp_timer/test/ |
D | test_esp_timer.c | 135 xSemaphoreGive(done); in set_alarm_task() 223 xSemaphoreGive(p_args->done); in test_periodic_correct_delays_timer_func() 291 xSemaphoreGive(p_args->done); in test_timers_ordered_correctly_timer_func() 297 xSemaphoreGive(p_args->done); in test_timers_ordered_correctly_timer_func() 387 xSemaphoreGive(done); in test_short_intervals_timer_func() 495 xSemaphoreGive(state->done); in timer_test_monotonic_values_task() 543 xSemaphoreGive(arg.notify_from_timer_cb); in test_delete_from_callback_timer_func() 582 xSemaphoreGive(args->delete_done); in timer_delete_task() 590 xSemaphoreGive(args->delete_start); in timer_delete_test_callback() 593 xSemaphoreGive(args->test_done); in timer_delete_test_callback() [all …]
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/main/ |
D | periodic_sync_demo.c | 79 xSemaphoreGive(test_sem); in gap_event_handler() 83 xSemaphoreGive(test_sem); in gap_event_handler() 87 xSemaphoreGive(test_sem); in gap_event_handler()
|