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