Microchip® Advanced Software Framework

conf_buart_if.h File Reference

PLC UART Buffered configuration file.

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

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

Macros

#define ID_TC_UART   ID_TC5
 Timers Configuration. More...
 
#define RX_UART_BUF0_SIZE   1024
 Configuration Size Buffers. More...
 
#define RX_UART_BUF1_SIZE   1024
 
#define TC_UART   TC1
 
#define TC_UART_CHN   2
 
#define TC_UART_Handler   TC5_Handler
 
#define TX_UART_BUF0_SIZE   1024
 
#define TX_UART_BUF1_SIZE   1024
 

#define ID_TC_UART   ID_TC5

Timers Configuration.

Referenced by _configure_TC_uart().

#define RX_UART_BUF0_SIZE   1024

Configuration Size Buffers.

Referenced by buart_if_read(), and UART0_Handler().

#define RX_UART_BUF1_SIZE   1024

Referenced by buart_if_read().

#define TC_UART_CHN   2
#define TC_UART_Handler   TC5_Handler
#define TX_UART_BUF0_SIZE   1024

Referenced by buart_if_write().

#define TX_UART_BUF1_SIZE   1024

Referenced by buart_if_write().