Serial Input & Output configuration.
Copyright (c) 2013-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | SERIAL_RX_BUF_SIZE_HOST 156 |
Configuration | |
#define | USART_HOST (&USARTD0) |
#define | USART_HOST_BAUDRATE 9600 |
#define | USART_HOST_CHAR_LENGTH USART_CHSIZE_8BIT_gc |
#define | USART_HOST_PARITY USART_PMODE_DISABLED_gc |
#define | USART_HOST_STOP_BITS 1 |
#define | USART_HOST_RX_ISR_ENABLE() |
#define | USART_HOST_ISR_VECT() ISR(USARTD0_RXC_vect) |
#define SERIAL_RX_BUF_SIZE_HOST 156 |
Referenced by sio2host_rx(), and USART_HOST_ISR_VECT().
#define USART_HOST (&USARTD0) |
Referenced by sio2host_init(), sio2host_tx(), and USART_HOST_ISR_VECT().
#define USART_HOST_BAUDRATE 9600 |
Referenced by sio2host_init().
#define USART_HOST_CHAR_LENGTH USART_CHSIZE_8BIT_gc |
#define USART_HOST_ISR_VECT | ( | ) | ISR(USARTD0_RXC_vect) |
#define USART_HOST_PARITY USART_PMODE_DISABLED_gc |
#define USART_HOST_RX_ISR_ENABLE | ( | ) |
Referenced by sio2host_init().
#define USART_HOST_STOP_BITS 1 |