|
EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include <stdarg.h>#include <stdint.h>#include <stdbool.h>#include "interruptable.hpp"#include "criticalpp.hpp"

Go to the source code of this file.
Classes | |
| class | uart |
Macros | |
| #define | UART_DEFAULT_BAUD_RATE 115200 |
Typedefs | |
| typedef uint32_t | memory_address_t |
| typedef uint32_t | frequency_t |
Variables | |
| const uint32_t | UART_DEFAULT_MAX_GET_STRING_LENGTH = 32 |