Searched refs:K_EVENT_DEFINE (Results 1 – 11 of 11) 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);
127 static K_EVENT_DEFINE(usbhs_events);
43 static K_EVENT_DEFINE(event1);
26 static K_EVENT_DEFINE(event_set);
2488 #define K_EVENT_DEFINE(name) \ macro