utils/cmsis/same70/include/instance/wdt.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 
35 #ifndef _SAME70_WDT_INSTANCE_
36 #define _SAME70_WDT_INSTANCE_
37 
38 /* ========== Register definition for WDT peripheral ========== */
39 #if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))
40  #define REG_WDT_CR (0x400E1850U)
41  #define REG_WDT_MR (0x400E1854U)
42  #define REG_WDT_SR (0x400E1858U)
43 #else
44  #define REG_WDT_CR (*(__O uint32_t*)0x400E1850U)
45  #define REG_WDT_MR (*(__IO uint32_t*)0x400E1854U)
46  #define REG_WDT_SR (*(__I uint32_t*)0x400E1858U)
47 #endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */
48 
49 #endif /* _SAME70_WDT_INSTANCE_ */


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:58