Microchip® Advanced Software Framework

conf_busart_if.h File Reference

PLC USART Buffered configuration file.

This file contains basic functions for the SAM BUFFERED USART, with support for all modes, settings and clock speeds.

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

Macros

#define ID_TC_USART   ID_TC4
 Timers Configuration. More...
 
#define RX_USART_BUF0_SIZE   1024
 Configuration Size Buffers. More...
 
#define RX_USART_BUF1_SIZE   1024
 
#define TC_USART   TC1
 
#define TC_USART_CHN   1
 
#define TC_USART_Handler   TC4_Handler
 
#define TX_USART_BUF0_SIZE   1024
 
#define TX_USART_BUF1_SIZE   1024
 

#define ID_TC_USART   ID_TC4

Timers Configuration.

#define RX_USART_BUF0_SIZE   1024

Configuration Size Buffers.

Referenced by busart_if_read().

#define RX_USART_BUF1_SIZE   1024

Referenced by busart_if_read().

#define TC_USART   TC1

Referenced by busart_if_close(), and busart_if_open().

#define TC_USART_CHN   1

Referenced by busart_if_close(), and busart_if_open().

#define TC_USART_Handler   TC4_Handler
#define TX_USART_BUF0_SIZE   1024

Referenced by busart_if_write().

#define TX_USART_BUF1_SIZE   1024

Referenced by busart_if_write().