Microchip® Advanced Software Framework

conf_sio2host.h File Reference

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)
#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 ( )
Value:
static void usart_set_rx_interrupt_level(USART_t *usart, enum usart_int_level_t level)
Set USART RXD interrupt level.
Definition: usart.h:209
Definition: usart.h:141
#define USART_HOST
Definition: conf_sio2host.h:40

Referenced by sio2host_init().

#define USART_HOST_STOP_BITS   1