Definition in file uwb_core.h.
#include <stdint.h>#include "event.h" Include dependency graph for uwb_core.h:
 Include dependency graph for uwb_core.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define | UWB_CORE_EVENT_THREAD_QUEUE EVENT_PRIO_MEDIUM | 
| The event queue if uwb_core_event_thread is used. | |
| #define | UWB_CORE_PRIO (THREAD_PRIORITY_MAIN - 2) | 
| Priority used for uwb-core event queue. | |
| #define | UWB_CORE_STACKSIZE (THREAD_STACKSIZE_DEFAULT) | 
| Stacksize used for uwb-core event queue. | |
| 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. | |
| #define UWB_CORE_EVENT_THREAD_QUEUE EVENT_PRIO_MEDIUM | 
The event queue if uwb_core_event_thread is used.
Definition at line 35 of file uwb_core.h.
| #define UWB_CORE_PRIO (THREAD_PRIORITY_MAIN - 2) | 
Priority used for uwb-core event queue.
Definition at line 42 of file uwb_core.h.
| #define UWB_CORE_STACKSIZE (THREAD_STACKSIZE_DEFAULT) | 
Stacksize used for uwb-core event queue.
Definition at line 49 of file uwb_core.h.
| event_queue_t * uwb_core_get_eventq | ( | void | ) | 
Retrieves the default event queue.
if uwb_core_event_thread is used then the event_thread module queue will be used. Otherwise uwb-core will start and handle its own event queue.