Searched refs:K_EVENT_DEFINE (Results 1 – 12 of 12) sorted by relevance
20 static K_EVENT_DEFINE(hawkbit_autohandler_event);
26 static K_EVENT_DEFINE(test_event);27 static K_EVENT_DEFINE(sync_event);
24 static K_EVENT_DEFINE(test_event);25 static K_EVENT_DEFINE(sync_event);
59 K_EVENT_DEFINE(my_event);
23 K_EVENT_DEFINE(event_s);
63 by calling :c:macro:`K_EVENT_DEFINE`.69 K_EVENT_DEFINE(my_event);
30 static K_EVENT_DEFINE(ipc_connected_event);
43 static K_EVENT_DEFINE(event1);
127 static K_EVENT_DEFINE(usbhs_events);
26 static K_EVENT_DEFINE(event_set);
27 K_EVENT_DEFINE(ipc_ev_req);
2490 #define K_EVENT_DEFINE(name) \ macro