|
EE445M RTOS
Taken at the University of Texas Spring 2015
|
#include "uartpp.hpp"#include "inc/hw_memmap.h"#include "driverlib/pin_map.h"#include "driverlib/interrupt.h"#include "driverlib/sysctl.h"#include "driverlib/rom_map.h"#include "driverlib/gpio.h"#include "driverlib/uart.h"
Go to the source code of this file.
Functions | |
| uint32_t | ustrlen (const char *s) |
| int | UARTwrite (memory_address_t channel, const char *pcBuf, uint32_t ui32Len) |
Variables | |
| static uint32_t | g_ui32Base = UART0_BASE |
| static const char *const | g_pcHex = "0123456789abcdef" |
| int UARTwrite | ( | memory_address_t | channel, |
| const char * | pcBuf, | ||
| uint32_t | ui32Len | ||
| ) |
Definition at line 64 of file uartpp.cpp.
References g_ui32Base.
Referenced by uart::vprintf().

| uint32_t ustrlen | ( | const char * | s | ) |
Definition at line 14 of file uartpp.cpp.
Referenced by uart::send_string().

|
static |
Definition at line 61 of file uartpp.cpp.
Referenced by uart::vprintf().
|
static |
Definition at line 60 of file uartpp.cpp.
Referenced by UARTwrite().