![]() |
Serial Wombat 18AB Firmware
|
Classes | |
struct | uartSw_n |
Typedefs | |
typedef struct uartSw_n | uartSw_t |
Enumerations | |
enum | UART_SW_RX_STATE_t { UART_SW_RX_STATE_IDLE = 0, UART_SW_RX_STATE_SAMPLE_START = 1, UART_SW_RX_STATE_BITS = 2, UART_SW_RX_STATE_STOP = 3, UART_SW_RX_STATE_WAIT_FOR_IDLE = 4 } |
Functions | |
void | initUARTSw () |
void | updateUARTSwTx () |
void | updateUARTSwRx () |
void | updateUARTSw () |
Variables | |
const uint16_t | swBaudDivisor [] = { 192,48,24, 12, 6, 3, 2, 1, 1 } |
uartSw_t * | debuguartSw |
enum UART_SW_RX_STATE_t |
void initUARTSw | ( | ) |
void updateUARTSw | ( | ) |
void updateUARTSwRx | ( | ) |
void updateUARTSwTx | ( | ) |
uartSw_t* debuguartSw |
const uint16_t swBaudDivisor[] = { 192,48,24, 12, 6, 3, 2, 1, 1 } |