SAME54P20A Test Project
osc32kctrl.h
Go to the documentation of this file.
1 
30 #ifndef _SAME54_OSC32KCTRL_INSTANCE_
31 #define _SAME54_OSC32KCTRL_INSTANCE_
32 
33 /* ========== Register definition for OSC32KCTRL peripheral ========== */
34 #if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))
35 #define REG_OSC32KCTRL_INTENCLR (0x40001400)
36 #define REG_OSC32KCTRL_INTENSET (0x40001404)
37 #define REG_OSC32KCTRL_INTFLAG (0x40001408)
38 #define REG_OSC32KCTRL_STATUS (0x4000140C)
39 #define REG_OSC32KCTRL_RTCCTRL (0x40001410)
40 #define REG_OSC32KCTRL_XOSC32K (0x40001414)
41 #define REG_OSC32KCTRL_CFDCTRL (0x40001416)
42 #define REG_OSC32KCTRL_EVCTRL (0x40001417)
43 #define REG_OSC32KCTRL_OSCULP32K (0x4000141C)
44 #else
45 #define REG_OSC32KCTRL_INTENCLR (*(RwReg *)0x40001400UL)
46 #define REG_OSC32KCTRL_INTENSET (*(RwReg *)0x40001404UL)
47 #define REG_OSC32KCTRL_INTFLAG (*(RwReg *)0x40001408UL)
48 #define REG_OSC32KCTRL_STATUS (*(RoReg *)0x4000140CUL)
49 #define REG_OSC32KCTRL_RTCCTRL (*(RwReg8 *)0x40001410UL)
50 #define REG_OSC32KCTRL_XOSC32K (*(RwReg16*)0x40001414UL)
51 #define REG_OSC32KCTRL_CFDCTRL (*(RwReg8 *)0x40001416UL)
52 #define REG_OSC32KCTRL_EVCTRL (*(RwReg8 *)0x40001417UL)
53 #define REG_OSC32KCTRL_OSCULP32K (*(RwReg *)0x4000141CUL)
54 #endif /* (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__)) */
55 
56 /* ========== Instance parameters for OSC32KCTRL peripheral ========== */
57 #define OSC32KCTRL_OSC32K_COARSE_CALIB_MSB 0 // OSC32K coarse calibration size
58 
59 #endif /* _SAME54_OSC32KCTRL_INSTANCE_ */