SAMA5D2: Add RXLP register definition header file

This commit is contained in:
Gregory Nutt
2015-09-11 16:11:00 -06:00
parent 972ae84d95
commit 7c4428b67e
2 changed files with 577 additions and 2 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -549,8 +549,8 @@
#define UART_WPMR_WPEN (1 << 0) /* Bit 0: Write Protect Enable (USART only) */
#define UART_WPMR_WPKEY_SHIFT (8) /* Bits 8-31: Write Protect KEY (USART only) */
#define UART_WPMR_WPKEY_MASK (0x00ffffff << UART_WPMR_WPKEY_SHIFT)
# define USART_WPMR_WPKEY (0x00555341 << UART_WPMR_WPKEY_SHIFT) /* "USAR" */
# define UART_WPMR_WPKEY (0x00554152 << UART_WPMR_WPKEY_SHIFT) /* "UART" */
# define USART_WPMR_WPKEY (0x00555341 << UART_WPMR_WPKEY_SHIFT) /* "USA" */
# define UART_WPMR_WPKEY (0x00554152 << UART_WPMR_WPKEY_SHIFT) /* "UAR" */
#if defined(ATSAMA5D3) ||defined(ATSAMA5D4)
/* USART Write Protect Status Register (USART only) */