mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-11 22:24:13 +01:00
12 lines
447 B
C
12 lines
447 B
C
/* %ATMEL_LICENCE% */
|
|
|
|
#ifndef _SAM3XA_WDT_INSTANCE_
|
|
#define _SAM3XA_WDT_INSTANCE_
|
|
|
|
/* ========== Register definition for WDT peripheral ========== */
|
|
#define REG_WDT_CR REG_ACCESS(WoReg, 0x400E1A50U) /**< \brief (WDT) Control Register */
|
|
#define REG_WDT_MR REG_ACCESS(RwReg, 0x400E1A54U) /**< \brief (WDT) Mode Register */
|
|
#define REG_WDT_SR REG_ACCESS(RoReg, 0x400E1A58U) /**< \brief (WDT) Status Register */
|
|
|
|
#endif /* _SAM3XA_WDT_INSTANCE_ */
|