1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-11 22:24:13 +01:00
Arduino/hardware/sam/system/libsam/include/sam3x/instance/rstc.h

12 lines
457 B
C
Raw Normal View History

2011-08-31 10:30:18 +02:00
/* %ATMEL_LICENCE% */
#ifndef _SAM3XA_RSTC_INSTANCE_
#define _SAM3XA_RSTC_INSTANCE_
/* ========== Register definition for RSTC peripheral ========== */
#define REG_RSTC_CR REG_ACCESS(WoReg, 0x400E1A00U) /**< \brief (RSTC) Control Register */
#define REG_RSTC_SR REG_ACCESS(RoReg, 0x400E1A04U) /**< \brief (RSTC) Status Register */
#define REG_RSTC_MR REG_ACCESS(RwReg, 0x400E1A08U) /**< \brief (RSTC) Mode Register */
#endif /* _SAM3XA_RSTC_INSTANCE_ */