Skip to content

Commit

Permalink
samv7: add lin slave support
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarashchenko committed Nov 26, 2023
1 parent 4053d7b commit 3184e41
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 106 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 3184e41

Please sign in to comment.