24#if IS_USED(MODULE_UWB_CORE_EVENT_THREAD)
35#ifndef UWB_CORE_EVENT_THREAD_QUEUE
36#define UWB_CORE_EVENT_THREAD_QUEUE EVENT_PRIO_MEDIUM
43#define UWB_CORE_PRIO (THREAD_PRIORITY_MAIN - 2)
49#ifndef UWB_CORE_STACKSIZE
50#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.