mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-13 23:48:46 +01:00
16 lines
621 B
C
16 lines
621 B
C
/* $asf_license$ */
|
|
|
|
#ifndef _SAM3S8_CHIPID_INSTANCE_
|
|
#define _SAM3S8_CHIPID_INSTANCE_
|
|
|
|
/* ========== Register definition for CHIPID peripheral ========== */
|
|
#ifdef __ASSEMBLY__
|
|
#define REG_CHIPID_CIDR (0x400E0740U) /**< \brief (CHIPID) Chip ID Register */
|
|
#define REG_CHIPID_EXID (0x400E0744U) /**< \brief (CHIPID) Chip ID Extension Register */
|
|
#else
|
|
#define REG_CHIPID_CIDR (*(RoReg*)0x400E0740U) /**< \brief (CHIPID) Chip ID Register */
|
|
#define REG_CHIPID_EXID (*(RoReg*)0x400E0744U) /**< \brief (CHIPID) Chip ID Extension Register */
|
|
#endif /* __ASSEMBLY__ */
|
|
|
|
#endif /* _SAM3S8_CHIPID_INSTANCE_ */
|