Usart LIN driver configuration file.
This file contains basic functions for the SAM USART, with support for all modes, settings and clock speeds.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | LIN_BUFF_SIZE 256 |
LIN buffer size. More... | |
#define | LIN_NODE_NUM 2 |
LIN node number. More... | |
#define | NUMBER_OF_LIN_FRAMES_NODE 8 |
LIN frame node number. More... | |
#define | USART_LIN_VERSION LIN_2x |
LIN Version Supported LIN_13 or LIN_20. More... | |
#define LIN_BUFF_SIZE 256 |
LIN buffer size.
#define LIN_NODE_NUM 2 |
LIN node number.
#define NUMBER_OF_LIN_FRAMES_NODE 8 |
LIN frame node number.
Referenced by lin_send_cmd(), and usart_lin_handler().
#define USART_LIN_VERSION LIN_2x |
LIN Version Supported LIN_13 or LIN_20.