mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-12 23:08:52 +01:00
14 lines
443 B
C
14 lines
443 B
C
/* $asf_license$ */
|
|
|
|
#ifndef _SAM3XA_GPBR_INSTANCE_
|
|
#define _SAM3XA_GPBR_INSTANCE_
|
|
|
|
/* ========== Register definition for GPBR peripheral ========== */
|
|
#ifdef __ASSEMBLY__
|
|
#define REG_GPBR_GPBR (0x400E1A90U) /**< \brief (GPBR) General Purpose Backup Register */
|
|
#else
|
|
#define REG_GPBR_GPBR (*(RwReg*)0x400E1A90U) /**< \brief (GPBR) General Purpose Backup Register */
|
|
#endif /* __ASSEMBLY__ */
|
|
|
|
#endif /* _SAM3XA_GPBR_INSTANCE_ */
|