EE445M RTOS
Taken at the University of Texas Spring 2015
UART

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
 

Detailed Description

Macro Definition Documentation

#define UART_DEFAULT_BAUD_RATE   115200

Default uart baud rate in today's modern world.

Definition at line 17 of file uartpp.hpp.

Typedef Documentation

typedef uint32_t frequency_t

A representation of a periodic frequency.

Definition at line 26 of file uartpp.hpp.

typedef uint32_t memory_address_t

A reference to a memory location on the ARM Cortex M4.

Definition at line 23 of file uartpp.hpp.

Variable Documentation

const uint32_t UART_DEFAULT_MAX_GET_STRING_LENGTH = 32

Default max length string that uart may return

Definition at line 20 of file uartpp.hpp.