1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-13 23:48:46 +01:00
Arduino/hardware/sam/system/libsam/include/sam3u/instance/wdt.h

12 lines
444 B
C
Raw Normal View History

2011-08-31 10:29:27 +02:00
/* %ATMEL_LICENCE% */
#ifndef _SAM3U_WDT_INSTANCE_
#define _SAM3U_WDT_INSTANCE_
/* ========== Register definition for WDT peripheral ========== */
#define REG_WDT_CR REG_ACCESS(WoReg, 0x400E1250U) /**< \brief (WDT) Control Register */
#define REG_WDT_MR REG_ACCESS(RwReg, 0x400E1254U) /**< \brief (WDT) Mode Register */
#define REG_WDT_SR REG_ACCESS(RoReg, 0x400E1258U) /**< \brief (WDT) Status Register */
#endif /* _SAM3U_WDT_INSTANCE_ */