Go to the documentation of this file. 35 #ifndef _SAME70_WDT_INSTANCE_ 36 #define _SAME70_WDT_INSTANCE_ 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) 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)