|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
#include <stdio.h>#include <string.h>#include "NuMicro.h"#include "cascoda_chili_config.h"#include "ldrom_uart.h"
Functions | |
| void | RxHandled (void) |
| void | TxReady (void) |
| void | UART0_IRQHandler (void) |
| void | UART_Init (void) |
Variables | |
| struct SerialUARTBuf | gRxBuffer |
| struct SerialUARTBuf | gTxBuffer |
| enum serial_state | gSerialRxState |
| volatile bool | gSerialTxStalled |
| void RxHandled | ( | void | ) |
| void TxReady | ( | void | ) |
| void UART0_IRQHandler | ( | void | ) |
| void UART_Init | ( | void | ) |
| struct SerialUARTBuf gRxBuffer |
| enum serial_state gSerialRxState |
| volatile bool gSerialTxStalled |
| struct SerialUARTBuf gTxBuffer |