Definition in file uwb_core.h.
#include <stdint.h>#include "event.h"
Include dependency graph for uwb_core.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define | UWB_CORE__PRIO (THREAD_PRIORITY_MAIN - 2) |
| Priority used for. | |
| #define | UWB_CORE__STACKSIZE (THREAD_STACKSIZE_DEFAULT) |
| Stacksize used for. | |
| 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. More... | |
| event_queue_t* uwb_core_get_eventq | ( | void | ) |
Retrieves the default event queue.
As there is no default event queue in RIOT, uwb-core will start and handle a default event queue.