instance/trng.h
Go to the documentation of this file.
1 
31 /*
32  * Support and FAQ: visit <a href="https://www.microchip.com/support/">Microchip Support</a>
33  */
34 
35 #ifndef _SAME70_TRNG_INSTANCE_
36 #define _SAME70_TRNG_INSTANCE_
37 
38 /* ========== Register definition for TRNG peripheral ========== */
39 #if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))
40  #define REG_TRNG_CR (0x40070000U)
41  #define REG_TRNG_IER (0x40070010U)
42  #define REG_TRNG_IDR (0x40070014U)
43  #define REG_TRNG_IMR (0x40070018U)
44  #define REG_TRNG_ISR (0x4007001CU)
45  #define REG_TRNG_ODATA (0x40070050U)
46  #define REG_TRNG_VERSION (0x400700FCU)
47 #else
48  #define REG_TRNG_CR (*(__O uint32_t*)0x40070000U)
49  #define REG_TRNG_IER (*(__O uint32_t*)0x40070010U)
50  #define REG_TRNG_IDR (*(__O uint32_t*)0x40070014U)
51  #define REG_TRNG_IMR (*(__I uint32_t*)0x40070018U)
52  #define REG_TRNG_ISR (*(__I uint32_t*)0x4007001CU)
53  #define REG_TRNG_ODATA (*(__I uint32_t*)0x40070050U)
54  #define REG_TRNG_VERSION (*(__I uint32_t*)0x400700FCU)
55 #endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */
56 
57 #endif /* _SAME70_TRNG_INSTANCE_ */


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:58