arch/arm/samv7: initial support for LIN bus communication

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
Co-authored-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Simon Filgis
2021-12-20 18:16:37 +02:00
committed by Gustavo Henrique Nihei
parent 928426295f
commit 6cc48ff6ff
3 changed files with 64 additions and 4 deletions
+4
View File
@@ -197,6 +197,10 @@
#define SER_SWAP_ENABLED (1 << 0) /* Enable/disable RX/TX swap */
/* LIN Protocol Support */
#define TIOCSLINID _TIOC(0x0037) /* Master send one LIN header with specified LIN identifier: uint8_t */
/****************************************************************************
* Public Type Definitions
****************************************************************************/