mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-11 22:24:13 +01:00
10 lines
300 B
C
10 lines
300 B
C
|
/* %ATMEL_LICENCE% */
|
||
|
|
||
|
#ifndef _SAM3XA_GPBR_INSTANCE_
|
||
|
#define _SAM3XA_GPBR_INSTANCE_
|
||
|
|
||
|
/* ========== Register definition for GPBR peripheral ========== */
|
||
|
#define REG_GPBR_GPBR REG_ACCESS(RwReg, 0x400E1A90U) /**< \brief (GPBR) General Purpose Backup Register */
|
||
|
|
||
|
#endif /* _SAM3XA_GPBR_INSTANCE_ */
|