1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-13 23:48:46 +01:00
Arduino/hardware/sam/system/libsam/cmsis/sam3s8/include/instance/gpbr.h
2011-09-06 21:05:41 +02:00

14 lines
443 B
C

/* $asf_license$ */
#ifndef _SAM3S8_GPBR_INSTANCE_
#define _SAM3S8_GPBR_INSTANCE_
/* ========== Register definition for GPBR peripheral ========== */
#ifdef __ASSEMBLY__
#define REG_GPBR_GPBR (0x400E1490U) /**< \brief (GPBR) General Purpose Backup Register */
#else
#define REG_GPBR_GPBR (*(RwReg*)0x400E1490U) /**< \brief (GPBR) General Purpose Backup Register */
#endif /* __ASSEMBLY__ */
#endif /* _SAM3S8_GPBR_INSTANCE_ */