Microchip® Advanced Software Framework

conf_sio2host.h File Reference

Serial Input & Output configuration.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

Macros

#define SERIAL_RX_BUF_SIZE_HOST   250
 
Configuration
#define USART_HOST   &USARTE0
 
#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_BIT   1
 
#define USART_HOST_ISR_VECT()   ISR(USARTE0_RXC_vect)
 

#define SERIAL_RX_BUF_SIZE_HOST   250

Referenced by sio2host_rx(), and usb_rx_notify().

#define USART_HOST   &USARTE0
#define USART_HOST_BAUDRATE   9600
#define USART_HOST_CHAR_LENGTH   USART_CHSIZE_8BIT_gc
#define USART_HOST_ISR_VECT ( )    ISR(USARTE0_RXC_vect)
#define USART_HOST_PARITY   USART_PMODE_DISABLED_gc
#define USART_HOST_STOP_BIT   1