23 #if IS_USED(MODULE_UWB_CORE_EVENT_THREAD) 
   34 #ifndef UWB_CORE_EVENT_THREAD_QUEUE 
   35 #define UWB_CORE_EVENT_THREAD_QUEUE     EVENT_PRIO_MEDIUM 
   42 #define UWB_CORE_PRIO                   (THREAD_PRIORITY_MAIN - 2) 
   48 #ifndef UWB_CORE_STACKSIZE 
   49 #define UWB_CORE_STACKSIZE              (THREAD_STACKSIZE_DEFAULT) 
Provides utility functions for event handler threads.
 
void uwb_core_riot_init(void)
Setup and run uwb-core thread.
 
event_queue_t * uwb_core_get_eventq(void)
Retrieves the default event queue.