Searched refs:test_handler_post_wo_task (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.5.0/components/esp_event/test/ |
D | test_event.c | 235 static void test_handler_post_wo_task(void* event_handler_arg, esp_event_base_t event_base, int32_t… in test_handler_post_wo_task() function 1677 …_register_with(loop_wo_task, s_test_base1, TEST_EVENT_BASE1_EV1, test_handler_post_wo_task, &arg)); 1678 …_register_with(loop_wo_task, s_test_base1, TEST_EVENT_BASE1_EV2, test_handler_post_wo_task, &arg)); 1738 …register_with(loop_wo_task, s_test_base1, TEST_EVENT_BASE1_EV1, test_handler_post_wo_task, &arg, &… 1739 …register_with(loop_wo_task, s_test_base1, TEST_EVENT_BASE1_EV2, test_handler_post_wo_task, &arg, &…
|