Home
last modified time | relevance | path

Searched refs: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() argument
31 sender_instance_id, event_type, event_data); in nanoappHandleEvent()
/Zephyr-latest/drivers/watchdog/
Dwdt_nrfx.c170 static void wdt_event_handler(const struct device *dev, nrf_wdt_event_t event_type, in wdt_event_handler() argument
173 (void)event_type; in wdt_event_handler()
197 static void wdt_##idx##_event_handler(nrf_wdt_event_t event_type, \
201 wdt_event_handler(DEVICE_DT_GET(WDT(idx)), event_type, \
/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
63 if (event_type != ESPI_PERIPHERAL_EC_HOST_CMD) { in espi_handler()
/Zephyr-latest/drivers/pwm/
Dpwm_nrfx.c73 static void pwm_handler(nrfx_pwm_evt_type_t event_type, void *p_context) in pwm_handler() argument
75 ARG_UNUSED(event_type); in pwm_handler()
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c117 uint32_t event_type; member
426 switch ((whd_event_num_t)event_header.event_type) { in airoc_event_task()
607 .event_type = event_header->event_type in airoc_wifi_ap_link_events_handler()
/Zephyr-latest/subsys/net/ip/
Dipv6_pe.c504 int event_type) in send_filter_event() argument
512 net_mgmt_event_notify_with_info(event_type, in send_filter_event()
517 net_mgmt_event_notify(event_type, NULL); in send_filter_event()
/Zephyr-latest/tests/kernel/poll/src/
Dtest_poll.c245 void check_results(struct k_poll_event *events, uint32_t event_type, in check_results() argument
252 switch (event_type) { in check_results()
322 __ASSERT(false, "invalid event type (0x%x)\n", event_type); in check_results()
/Zephyr-latest/lib/utils/
Donoff.c60 enum event_type { enum
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c749 static void timer_handler(nrf_timer_event_t event_type, void *p_context) { } in timer_handler() argument