28#ifndef LIBRARIES_CMSIS_DEVICE_MAXIM_MAX32665_INCLUDE_TRIMSIR_REGS_H_
29#define LIBRARIES_CMSIS_DEVICE_MAXIM_MAX32665_INCLUDE_TRIMSIR_REGS_H_
38#if defined (__ICCARM__)
39 #pragma system_include
53#define __I volatile const
59#define __R volatile const
77 __R uint32_t rsv_0x0_0x7[2];
79 __R uint32_t rsv_0xc_0x33[10];
81 __R uint32_t rsv_0x38_0x43[3];
92#define MXC_R_TRIMSIR_RTC ((uint32_t)0x00000008UL)
93#define MXC_R_TRIMSIR_SIR13 ((uint32_t)0x00000034UL)
94#define MXC_R_TRIMSIR_SIR17 ((uint32_t)0x00000044UL)
103#define MXC_F_TRIMSIR_RTC_RTCX1_POS 16
104#define MXC_F_TRIMSIR_RTC_RTCX1 ((uint32_t)(0x1FUL << MXC_F_TRIMSIR_RTC_RTCX1_POS))
106#define MXC_F_TRIMSIR_RTC_RTCX2_POS 21
107#define MXC_F_TRIMSIR_RTC_RTCX2 ((uint32_t)(0x1FUL << MXC_F_TRIMSIR_RTC_RTCX2_POS))
109#define MXC_F_TRIMSIR_RTC_LOCK_POS 31
110#define MXC_F_TRIMSIR_RTC_LOCK ((uint32_t)(0x1UL << MXC_F_TRIMSIR_RTC_LOCK_POS))
120#define MXC_F_TRIMSIR_SIR13_SIMOCLKDIV_POS 0
121#define MXC_F_TRIMSIR_SIR13_SIMOCLKDIV ((uint32_t)(0x3UL << MXC_F_TRIMSIR_SIR13_SIMOCLKDIV_POS))
131#define MXC_F_TRIMSIR_SIR17_BUCKCLKSELLP_POS 6
132#define MXC_F_TRIMSIR_SIR17_BUCKCLKSELLP ((uint32_t)(0x3UL << MXC_F_TRIMSIR_SIR17_BUCKCLKSELLP_POS))
__IO uint32_t sir13
Definition: trimsir_regs.h:80
__IO uint32_t rtc
Definition: trimsir_regs.h:78
__IO uint32_t sir17
Definition: trimsir_regs.h:82
Definition: trimsir_regs.h:76