![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "chip.h"Go to the source code of this file.
Functions | |
| void | Chip_UART_Init (LPC_USART_T *pUART) |
| Initializes the pUART peripheral. | |
| void | Chip_UART_SetBaudRate (LPC_USART_T *pUART, uint32_t baudrate) |
| Set baud rate for UART. | |
| Status | Chip_UART_SendByte (LPC_USART_T *pUART, uint8_t data) |
| Transmit a 8 bits data. | |
| Status | Chip_UART_ReceiveByte (LPC_USART_T *pUART, uint8_t *Data) |
| Receive a 8 bits data. | |