Searched refs:test_create_loop_handler (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.5.0/components/esp_event/test/ |
D | test_event.c | 1844 static void test_create_loop_handler(void* handler_args, esp_event_base_t base, int32_t id, void* e… in test_create_loop_handler() function 1867 …handler_register_with(loop, s_test_base1, TEST_EVENT_BASE1_EV1, test_create_loop_handler, &test_lo… 1868 …handler_register_with(loop, s_test_base1, TEST_EVENT_BASE1_EV2, test_create_loop_handler, &test_lo…
|