EE445M RTOS
Taken at the University of Texas Spring 2015
uartpp.hpp File Reference
#include <stdarg.h>
#include <stdint.h>
#include <stdbool.h>
#include "interruptable.hpp"
#include "criticalpp.hpp"
Include dependency graph for uartpp.hpp:
This graph shows which files directly or indirectly include this file:

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