MAX32520 Peripheral Driver API
Peripheral Driver API for the MAX32520
smon_regs.h
Go to the documentation of this file.
1
8/******************************************************************************
9 *
10 * Copyright (C) 2022-2023 Maxim Integrated Products, Inc. (now owned by
11 * Analog Devices, Inc.),
12 * Copyright (C) 2023-2024 Analog Devices, Inc.
13 *
14 * Licensed under the Apache License, Version 2.0 (the "License");
15 * you may not use this file except in compliance with the License.
16 * You may obtain a copy of the License at
17 *
18 * http://www.apache.org/licenses/LICENSE-2.0
19 *
20 * Unless required by applicable law or agreed to in writing, software
21 * distributed under the License is distributed on an "AS IS" BASIS,
22 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 * See the License for the specific language governing permissions and
24 * limitations under the License.
25 *
26 ******************************************************************************/
27
28#ifndef LIBRARIES_CMSIS_DEVICE_MAXIM_MAX32520_INCLUDE_SMON_REGS_H_
29#define LIBRARIES_CMSIS_DEVICE_MAXIM_MAX32520_INCLUDE_SMON_REGS_H_
30
31/* **** Includes **** */
32#include <stdint.h>
33
34#ifdef __cplusplus
35extern "C" {
36#endif
37
38#if defined (__ICCARM__)
39 #pragma system_include
40#endif
41
42#if defined (__CC_ARM)
43 #pragma anon_unions
44#endif
46/*
47 If types are not defined elsewhere (CMSIS) define them here
48*/
49#ifndef __IO
50#define __IO volatile
51#endif
52#ifndef __I
53#define __I volatile const
54#endif
55#ifndef __O
56#define __O volatile
57#endif
58#ifndef __R
59#define __R volatile const
60#endif
62
63/* **** Definitions **** */
64
76typedef struct {
77 __IO uint32_t extscn;
78 __IO uint32_t intscn;
79 __IO uint32_t secalm;
80 __I uint32_t secdiag;
81 __R uint32_t rsv_0x10_0x33[9];
82 __I uint32_t secst;
83 __IO uint32_t sdbe;
85
86/* Register offsets for module SMON */
93#define MXC_R_SMON_EXTSCN ((uint32_t)0x00000000UL)
94#define MXC_R_SMON_INTSCN ((uint32_t)0x00000004UL)
95#define MXC_R_SMON_SECALM ((uint32_t)0x00000008UL)
96#define MXC_R_SMON_SECDIAG ((uint32_t)0x0000000CUL)
97#define MXC_R_SMON_SECST ((uint32_t)0x00000034UL)
98#define MXC_R_SMON_SDBE ((uint32_t)0x00000038UL)
107#define MXC_F_SMON_EXTSCN_EXTS_EN0_POS 0
108#define MXC_F_SMON_EXTSCN_EXTS_EN0 ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_EXTS_EN0_POS))
110#define MXC_F_SMON_EXTSCN_EXTS_EN1_POS 1
111#define MXC_F_SMON_EXTSCN_EXTS_EN1 ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_EXTS_EN1_POS))
113#define MXC_F_SMON_EXTSCN_EXTS_EN2_POS 2
114#define MXC_F_SMON_EXTSCN_EXTS_EN2 ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_EXTS_EN2_POS))
116#define MXC_F_SMON_EXTSCN_EXTS_EN3_POS 3
117#define MXC_F_SMON_EXTSCN_EXTS_EN3 ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_EXTS_EN3_POS))
119#define MXC_F_SMON_EXTSCN_EXTS_EN4_POS 4
120#define MXC_F_SMON_EXTSCN_EXTS_EN4 ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_EXTS_EN4_POS))
122#define MXC_F_SMON_EXTSCN_EXTS_EN5_POS 5
123#define MXC_F_SMON_EXTSCN_EXTS_EN5 ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_EXTS_EN5_POS))
125#define MXC_F_SMON_EXTSCN_EXTCNT_POS 16
126#define MXC_F_SMON_EXTSCN_EXTCNT ((uint32_t)(0x1FUL << MXC_F_SMON_EXTSCN_EXTCNT_POS))
128#define MXC_F_SMON_EXTSCN_EXTFRQ_POS 21
129#define MXC_F_SMON_EXTSCN_EXTFRQ ((uint32_t)(0x7UL << MXC_F_SMON_EXTSCN_EXTFRQ_POS))
130#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ2000HZ ((uint32_t)0x0UL)
131#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ2000HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ2000HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
132#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ1000HZ ((uint32_t)0x1UL)
133#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ1000HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ1000HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
134#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ500HZ ((uint32_t)0x2UL)
135#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ500HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ500HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
136#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ250HZ ((uint32_t)0x3UL)
137#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ250HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ250HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
138#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ125HZ ((uint32_t)0x4UL)
139#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ125HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ125HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
140#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ63HZ ((uint32_t)0x5UL)
141#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ63HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ63HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
142#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ31HZ ((uint32_t)0x6UL)
143#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ31HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ31HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
144#define MXC_V_SMON_EXTSCN_EXTFRQ_RFU ((uint32_t)0x7UL)
145#define MXC_S_SMON_EXTSCN_EXTFRQ_RFU (MXC_V_SMON_EXTSCN_EXTFRQ_RFU << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
147#define MXC_F_SMON_EXTSCN_DIVCLK_POS 24
148#define MXC_F_SMON_EXTSCN_DIVCLK ((uint32_t)(0x7UL << MXC_F_SMON_EXTSCN_DIVCLK_POS))
149#define MXC_V_SMON_EXTSCN_DIVCLK_DIV1 ((uint32_t)0x0UL)
150#define MXC_S_SMON_EXTSCN_DIVCLK_DIV1 (MXC_V_SMON_EXTSCN_DIVCLK_DIV1 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
151#define MXC_V_SMON_EXTSCN_DIVCLK_DIV2 ((uint32_t)0x1UL)
152#define MXC_S_SMON_EXTSCN_DIVCLK_DIV2 (MXC_V_SMON_EXTSCN_DIVCLK_DIV2 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
153#define MXC_V_SMON_EXTSCN_DIVCLK_DIV4 ((uint32_t)0x2UL)
154#define MXC_S_SMON_EXTSCN_DIVCLK_DIV4 (MXC_V_SMON_EXTSCN_DIVCLK_DIV4 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
155#define MXC_V_SMON_EXTSCN_DIVCLK_DIV8 ((uint32_t)0x3UL)
156#define MXC_S_SMON_EXTSCN_DIVCLK_DIV8 (MXC_V_SMON_EXTSCN_DIVCLK_DIV8 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
157#define MXC_V_SMON_EXTSCN_DIVCLK_DIV16 ((uint32_t)0x4UL)
158#define MXC_S_SMON_EXTSCN_DIVCLK_DIV16 (MXC_V_SMON_EXTSCN_DIVCLK_DIV16 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
159#define MXC_V_SMON_EXTSCN_DIVCLK_DIV32 ((uint32_t)0x5UL)
160#define MXC_S_SMON_EXTSCN_DIVCLK_DIV32 (MXC_V_SMON_EXTSCN_DIVCLK_DIV32 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
161#define MXC_V_SMON_EXTSCN_DIVCLK_DIV64 ((uint32_t)0x6UL)
162#define MXC_S_SMON_EXTSCN_DIVCLK_DIV64 (MXC_V_SMON_EXTSCN_DIVCLK_DIV64 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
164#define MXC_F_SMON_EXTSCN_BUSY_POS 30
165#define MXC_F_SMON_EXTSCN_BUSY ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_BUSY_POS))
167#define MXC_F_SMON_EXTSCN_LOCK_POS 31
168#define MXC_F_SMON_EXTSCN_LOCK ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_LOCK_POS))
178#define MXC_F_SMON_INTSCN_SHIELD_EN_POS 0
179#define MXC_F_SMON_INTSCN_SHIELD_EN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_SHIELD_EN_POS))
181#define MXC_F_SMON_INTSCN_TEMP_EN_POS 1
182#define MXC_F_SMON_INTSCN_TEMP_EN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_TEMP_EN_POS))
184#define MXC_F_SMON_INTSCN_VBAT_EN_POS 2
185#define MXC_F_SMON_INTSCN_VBAT_EN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_VBAT_EN_POS))
187#define MXC_F_SMON_INTSCN_DFD_EN_POS 3
188#define MXC_F_SMON_INTSCN_DFD_EN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_DFD_EN_POS))
190#define MXC_F_SMON_INTSCN_DFD_NMI_POS 4
191#define MXC_F_SMON_INTSCN_DFD_NMI ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_DFD_NMI_POS))
193#define MXC_F_SMON_INTSCN_DFD_STDBY_POS 8
194#define MXC_F_SMON_INTSCN_DFD_STDBY ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_DFD_STDBY_POS))
196#define MXC_F_SMON_INTSCN_PUF_TRIM_ERASE_POS 10
197#define MXC_F_SMON_INTSCN_PUF_TRIM_ERASE ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_PUF_TRIM_ERASE_POS))
199#define MXC_F_SMON_INTSCN_LOTEMP_SEL_POS 16
200#define MXC_F_SMON_INTSCN_LOTEMP_SEL ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_LOTEMP_SEL_POS))
202#define MXC_F_SMON_INTSCN_VCORELOEN_POS 18
203#define MXC_F_SMON_INTSCN_VCORELOEN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_VCORELOEN_POS))
205#define MXC_F_SMON_INTSCN_VCOREHIEN_POS 19
206#define MXC_F_SMON_INTSCN_VCOREHIEN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_VCOREHIEN_POS))
208#define MXC_F_SMON_INTSCN_VDDLOEN_POS 20
209#define MXC_F_SMON_INTSCN_VDDLOEN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_VDDLOEN_POS))
211#define MXC_F_SMON_INTSCN_VDDHIEN_POS 21
212#define MXC_F_SMON_INTSCN_VDDHIEN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_VDDHIEN_POS))
214#define MXC_F_SMON_INTSCN_VGLEN_POS 22
215#define MXC_F_SMON_INTSCN_VGLEN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_VGLEN_POS))
217#define MXC_F_SMON_INTSCN_LOCK_POS 31
218#define MXC_F_SMON_INTSCN_LOCK ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_LOCK_POS))
228#define MXC_F_SMON_SECALM_DRS_POS 0
229#define MXC_F_SMON_SECALM_DRS ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_DRS_POS))
231#define MXC_F_SMON_SECALM_KEYWIPE_POS 1
232#define MXC_F_SMON_SECALM_KEYWIPE ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_KEYWIPE_POS))
234#define MXC_F_SMON_SECALM_SHIELDF_POS 2
235#define MXC_F_SMON_SECALM_SHIELDF ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_SHIELDF_POS))
237#define MXC_F_SMON_SECALM_LOTEMP_POS 3
238#define MXC_F_SMON_SECALM_LOTEMP ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_LOTEMP_POS))
240#define MXC_F_SMON_SECALM_HITEMP_POS 4
241#define MXC_F_SMON_SECALM_HITEMP ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_HITEMP_POS))
243#define MXC_F_SMON_SECALM_BATLO_POS 5
244#define MXC_F_SMON_SECALM_BATLO ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_BATLO_POS))
246#define MXC_F_SMON_SECALM_BATHI_POS 6
247#define MXC_F_SMON_SECALM_BATHI ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_BATHI_POS))
249#define MXC_F_SMON_SECALM_EXTF_POS 7
250#define MXC_F_SMON_SECALM_EXTF ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTF_POS))
252#define MXC_F_SMON_SECALM_VDDLO_POS 8
253#define MXC_F_SMON_SECALM_VDDLO ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_VDDLO_POS))
255#define MXC_F_SMON_SECALM_VCORELO_POS 9
256#define MXC_F_SMON_SECALM_VCORELO ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_VCORELO_POS))
258#define MXC_F_SMON_SECALM_VCOREHI_POS 10
259#define MXC_F_SMON_SECALM_VCOREHI ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_VCOREHI_POS))
261#define MXC_F_SMON_SECALM_VDDHI_POS 11
262#define MXC_F_SMON_SECALM_VDDHI ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_VDDHI_POS))
264#define MXC_F_SMON_SECALM_VGL_POS 12
265#define MXC_F_SMON_SECALM_VGL ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_VGL_POS))
267#define MXC_F_SMON_SECALM_EXTSTAT0_POS 16
268#define MXC_F_SMON_SECALM_EXTSTAT0 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSTAT0_POS))
270#define MXC_F_SMON_SECALM_EXTSTAT1_POS 17
271#define MXC_F_SMON_SECALM_EXTSTAT1 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSTAT1_POS))
273#define MXC_F_SMON_SECALM_EXTSTAT2_POS 18
274#define MXC_F_SMON_SECALM_EXTSTAT2 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSTAT2_POS))
276#define MXC_F_SMON_SECALM_EXTSTAT3_POS 19
277#define MXC_F_SMON_SECALM_EXTSTAT3 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSTAT3_POS))
279#define MXC_F_SMON_SECALM_EXTSTAT4_POS 20
280#define MXC_F_SMON_SECALM_EXTSTAT4 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSTAT4_POS))
282#define MXC_F_SMON_SECALM_EXTSTAT5_POS 21
283#define MXC_F_SMON_SECALM_EXTSTAT5 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSTAT5_POS))
285#define MXC_F_SMON_SECALM_EXTSWARN0_POS 24
286#define MXC_F_SMON_SECALM_EXTSWARN0 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSWARN0_POS))
288#define MXC_F_SMON_SECALM_EXTSWARN1_POS 25
289#define MXC_F_SMON_SECALM_EXTSWARN1 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSWARN1_POS))
291#define MXC_F_SMON_SECALM_EXTSWARN2_POS 26
292#define MXC_F_SMON_SECALM_EXTSWARN2 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSWARN2_POS))
294#define MXC_F_SMON_SECALM_EXTSWARN3_POS 27
295#define MXC_F_SMON_SECALM_EXTSWARN3 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSWARN3_POS))
297#define MXC_F_SMON_SECALM_EXTSWARN4_POS 28
298#define MXC_F_SMON_SECALM_EXTSWARN4 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSWARN4_POS))
300#define MXC_F_SMON_SECALM_EXTSWARN5_POS 29
301#define MXC_F_SMON_SECALM_EXTSWARN5 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSWARN5_POS))
311#define MXC_F_SMON_SECDIAG_BORF_POS 0
312#define MXC_F_SMON_SECDIAG_BORF ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_BORF_POS))
314#define MXC_F_SMON_SECDIAG_SHIELDF_POS 2
315#define MXC_F_SMON_SECDIAG_SHIELDF ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_SHIELDF_POS))
317#define MXC_F_SMON_SECDIAG_LOTEMP_POS 3
318#define MXC_F_SMON_SECDIAG_LOTEMP ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_LOTEMP_POS))
320#define MXC_F_SMON_SECDIAG_HITEMP_POS 4
321#define MXC_F_SMON_SECDIAG_HITEMP ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_HITEMP_POS))
323#define MXC_F_SMON_SECDIAG_BATLO_POS 5
324#define MXC_F_SMON_SECDIAG_BATLO ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_BATLO_POS))
326#define MXC_F_SMON_SECDIAG_BATHI_POS 6
327#define MXC_F_SMON_SECDIAG_BATHI ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_BATHI_POS))
329#define MXC_F_SMON_SECDIAG_DYNF_POS 7
330#define MXC_F_SMON_SECDIAG_DYNF ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_DYNF_POS))
332#define MXC_F_SMON_SECDIAG_AESKT_POS 8
333#define MXC_F_SMON_SECDIAG_AESKT ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_AESKT_POS))
335#define MXC_F_SMON_SECDIAG_EXTSTAT0_POS 16
336#define MXC_F_SMON_SECDIAG_EXTSTAT0 ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_EXTSTAT0_POS))
338#define MXC_F_SMON_SECDIAG_EXTSTAT1_POS 17
339#define MXC_F_SMON_SECDIAG_EXTSTAT1 ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_EXTSTAT1_POS))
341#define MXC_F_SMON_SECDIAG_EXTSTAT2_POS 18
342#define MXC_F_SMON_SECDIAG_EXTSTAT2 ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_EXTSTAT2_POS))
344#define MXC_F_SMON_SECDIAG_EXTSTAT3_POS 19
345#define MXC_F_SMON_SECDIAG_EXTSTAT3 ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_EXTSTAT3_POS))
347#define MXC_F_SMON_SECDIAG_EXTSTAT4_POS 20
348#define MXC_F_SMON_SECDIAG_EXTSTAT4 ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_EXTSTAT4_POS))
350#define MXC_F_SMON_SECDIAG_EXTSTAT5_POS 21
351#define MXC_F_SMON_SECDIAG_EXTSTAT5 ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_EXTSTAT5_POS))
361#define MXC_F_SMON_SECST_EXTSRS_POS 0
362#define MXC_F_SMON_SECST_EXTSRS ((uint32_t)(0x1UL << MXC_F_SMON_SECST_EXTSRS_POS))
364#define MXC_F_SMON_SECST_INTSRS_POS 1
365#define MXC_F_SMON_SECST_INTSRS ((uint32_t)(0x1UL << MXC_F_SMON_SECST_INTSRS_POS))
367#define MXC_F_SMON_SECST_SECALRS_POS 2
368#define MXC_F_SMON_SECST_SECALRS ((uint32_t)(0x1UL << MXC_F_SMON_SECST_SECALRS_POS))
378#define MXC_F_SMON_SDBE_DBYTE_POS 0
379#define MXC_F_SMON_SDBE_DBYTE ((uint32_t)(0xFFUL << MXC_F_SMON_SDBE_DBYTE_POS))
381#define MXC_F_SMON_SDBE_SBDEN_POS 31
382#define MXC_F_SMON_SDBE_SBDEN ((uint32_t)(0x1UL << MXC_F_SMON_SDBE_SBDEN_POS))
386#ifdef __cplusplus
387}
388#endif
389
390#endif // LIBRARIES_CMSIS_DEVICE_MAXIM_MAX32520_INCLUDE_SMON_REGS_H_
__IO uint32_t sdbe
Definition: smon_regs.h:83
__IO uint32_t secalm
Definition: smon_regs.h:79
__IO uint32_t intscn
Definition: smon_regs.h:78
__I uint32_t secst
Definition: smon_regs.h:82
__I uint32_t secdiag
Definition: smon_regs.h:80
__IO uint32_t extscn
Definition: smon_regs.h:77
Definition: smon_regs.h:76