uart3.h
Go to the documentation of this file.
1 
31 /*
32  * Support and FAQ: visit <a href="https://www.microchip.com/support/">Microchip Support</a>
33  */
34 #ifndef _SAME70_UART3_INSTANCE_
35 #define _SAME70_UART3_INSTANCE_
36 
37 /* ========== Register definition for UART3 peripheral ========== */
38 #if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))
39  #define REG_UART3_CR (0x400E1C00U)
40  #define REG_UART3_MR (0x400E1C04U)
41  #define REG_UART3_IER (0x400E1C08U)
42  #define REG_UART3_IDR (0x400E1C0CU)
43  #define REG_UART3_IMR (0x400E1C10U)
44  #define REG_UART3_SR (0x400E1C14U)
45  #define REG_UART3_RHR (0x400E1C18U)
46  #define REG_UART3_THR (0x400E1C1CU)
47  #define REG_UART3_BRGR (0x400E1C20U)
48  #define REG_UART3_CMPR (0x400E1C24U)
49  #define REG_UART3_WPMR (0x400E1CE4U)
50  #define REG_UART3_VERSION (0x400E1CFCU)
51 #else
52  #define REG_UART3_CR (*(__O uint32_t*)0x400E1C00U)
53  #define REG_UART3_MR (*(__IO uint32_t*)0x400E1C04U)
54  #define REG_UART3_IER (*(__O uint32_t*)0x400E1C08U)
55  #define REG_UART3_IDR (*(__O uint32_t*)0x400E1C0CU)
56  #define REG_UART3_IMR (*(__I uint32_t*)0x400E1C10U)
57  #define REG_UART3_SR (*(__I uint32_t*)0x400E1C14U)
58  #define REG_UART3_RHR (*(__I uint32_t*)0x400E1C18U)
59  #define REG_UART3_THR (*(__O uint32_t*)0x400E1C1CU)
60  #define REG_UART3_BRGR (*(__IO uint32_t*)0x400E1C20U)
61  #define REG_UART3_CMPR (*(__IO uint32_t*)0x400E1C24U)
62  #define REG_UART3_WPMR (*(__IO uint32_t*)0x400E1CE4U)
63  #define REG_UART3_VERSION (*(__I uint32_t*)0x400E1CFCU)
64 #endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */
65 
66 #endif /* _SAME70_UART3_INSTANCE_ */


inertial_sense_ros
Author(s):
autogenerated on Sat Sep 19 2020 03:19:05