Home
last modified time | relevance | path

Searched defs:event_type (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/modules/chre/src/
Dechoapp.cpp28 void nanoappHandleEvent(uint32_t sender_instance_id, uint16_t event_type, const void *event_data) in nanoappHandleEvent()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_espi.c57 uint16_t event_type = (uint16_t)espi_evt.evt_details; in espi_handler() local
/Zephyr-latest/drivers/watchdog/
Dwdt_nrfx.c182 static void wdt_event_handler(const struct device *dev, nrf_wdt_event_t event_type, in wdt_event_handler()
/Zephyr-latest/lib/utils/
Donoff.c60 enum event_type { enum
/Zephyr-latest/subsys/net/ip/
Dipv6_pe.c504 int event_type) in send_filter_event()
/Zephyr-latest/drivers/pwm/
Dpwm_nrfx.c111 static void pwm_handler(nrfx_pwm_evt_type_t event_type, void *p_context) in pwm_handler()
/Zephyr-latest/tests/kernel/poll/src/
Dtest_poll.c245 void check_results(struct k_poll_event *events, uint32_t event_type, in check_results()
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c117 uint32_t event_type; member
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c794 static void timer_handler(nrf_timer_event_t event_type, void *p_context) { } in timer_handler()