Home
last modified time | relevance | path

Searched refs:ESP_EVENT_DECLARE_BASE (Results 1 – 24 of 24) sorted by relevance

/hal_espressif-3.4.0/examples/system/esp_event/default_event_loop/main/
Devent_source.h29 ESP_EVENT_DECLARE_BASE(TIMER_EVENTS); // declaration of the timer events family
42 ESP_EVENT_DECLARE_BASE(TASK_EVENTS); // declaration of the task events family
/hal_espressif-3.4.0/components/esp_event/test/
Dtest_default_loop.c32 ESP_EVENT_DECLARE_BASE(s_default_test_base1);
33 ESP_EVENT_DECLARE_BASE(s_default_test_base2);
Dtest_event.c92 ESP_EVENT_DECLARE_BASE(s_test_base1);
93 ESP_EVENT_DECLARE_BASE(s_test_base2);
/hal_espressif-3.4.0/examples/system/esp_event/user_event_loops/main/
Devent_source.h24 ESP_EVENT_DECLARE_BASE(TASK_EVENTS); // declaration of the task events family
/hal_espressif-3.4.0/components/mdns/host_test/components/esp_event_mock/include/
Desp_event.h21 #define ESP_EVENT_DECLARE_BASE(x) macro
/hal_espressif-3.4.0/components/esp_event/include/
Desp_event_base.h23 #define ESP_EVENT_DECLARE_BASE(id) extern esp_event_base_t id macro
/hal_espressif-3.4.0/components/openthread/include/
Desp_openthread_types.h45 ESP_EVENT_DECLARE_BASE(OPENTHREAD_EVENT);
/hal_espressif-3.4.0/components/esp_wifi/include/
Desp_smartconfig.h43 ESP_EVENT_DECLARE_BASE(SC_EVENT);
Desp_mesh.h220 ESP_EVENT_DECLARE_BASE(MESH_EVENT);
Desp_wifi_types.h609 ESP_EVENT_DECLARE_BASE(WIFI_EVENT);
/hal_espressif-3.4.0/components/esp_netif/include/
Desp_netif_ppp.h24 ESP_EVENT_DECLARE_BASE(NETIF_PPP_STATUS);
Desp_netif_types.h99 ESP_EVENT_DECLARE_BASE(IP_EVENT);
/hal_espressif-3.4.0/components/esp_eth/include/
Desp_eth_com.h179 ESP_EVENT_DECLARE_BASE(ETH_EVENT);
/hal_espressif-3.4.0/examples/protocols/pppos_client/components/modem/include/
Desp_modem.h30 ESP_EVENT_DECLARE_BASE(ESP_MODEM_EVENT);
/hal_espressif-3.4.0/components/wifi_provisioning/include/wifi_provisioning/
Dmanager.h26 ESP_EVENT_DECLARE_BASE(WIFI_PROV_EVENT);
/hal_espressif-3.4.0/examples/peripherals/uart/nmea0183_parser/main/
Dnmea_parser.h33 ESP_EVENT_DECLARE_BASE(ESP_NMEA_EVENT);
/hal_espressif-3.4.0/components/esp_websocket_client/include/
Desp_websocket_client.h33 ESP_EVENT_DECLARE_BASE(WEBSOCKET_EVENTS); // declaration of the task events family
/hal_espressif-3.4.0/examples/cxx/experimental/esp_modem_cxx/main/
Dsimple_mqtt_client.cpp20 ESP_EVENT_DECLARE_BASE(MQTT_EVENTS);
/hal_espressif-3.4.0/components/esp_hid/include/
Desp_hidd.h28 ESP_EVENT_DECLARE_BASE(ESP_HIDD_EVENTS); // Declare the event base for HID device
Desp_hidh.h33 ESP_EVENT_DECLARE_BASE(ESP_HIDH_EVENTS);
/hal_espressif-3.4.0/components/esp_eth/
DCMakeLists.txt52 REQUIRES "esp_event" # For using "ESP_EVENT_DECLARE_BASE" in header file
/hal_espressif-3.4.0/docs/en/api-reference/system/
Desp_event.rst97 ESP_EVENT_DECLARE_BASE(EVENT_BASE)
109 …they are global variables considering the defintions of macros ``ESP_EVENT_DECLARE_BASE`` and ``ES…
/hal_espressif-3.4.0/examples/system/esp_event/default_event_loop/
DREADME.md11 …urce file. Declaration of the event base makes use of the macro `ESP_EVENT_DECLARE_BASE()`, whilst…
/hal_espressif-3.4.0/docs/doxygen/
DDoxyfile256 "ESP_EVENT_DECLARE_BASE(x)=extern esp_event_base_t x"