Skip to content

Commit

Permalink
arch/arm/samv7: add SocketLIN slave support
Browse files Browse the repository at this point in the history
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
  • Loading branch information
pkarashchenko committed Jan 26, 2024
1 parent 416f2c4 commit 9887ecd
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 110 deletions.
2 changes: 2 additions & 0 deletions arch/arm/src/samv7/hardware/sam_uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@
#define UART_INT_LINCE (1 << 28) /* Bit 28: LIN Checksum Error Interrupt (USART, LIN mode only) */
#define UART_INT_LBLOVFE (1 << 28) /* Bit 28: LON Backlog Overflow Error Interrupt Enable (USART, LON mode only) */
#define UART_INT_LINSNRE (1 << 29) /* Bit 29: LIN Slave Not Responding Error Interrupt (USART, LIN mode only) */
#define UART_INT_LINSTE (1 << 30) /* Bit 30: LIN Synch Tolerance Error Interrupt (USART, LIN mode only) */
#define UART_INT_LINHTE (1 << 31) /* Bit 31: LIN Header Timeout Error Interrupt (USART, LIN mode only) */

#define UART_INT_ALLINTS 0x3f08e7e7

Expand Down
Loading

0 comments on commit 9887ecd

Please sign in to comment.