MAX32665 Peripheral Driver API
Peripheral Driver API for the MAX32665
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
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_MAX32665_INCLUDE_SMON_REGS_H_
29#define LIBRARIES_CMSIS_DEVICE_MAXIM_MAX32665_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 __I uint32_t dlrtc;
82 __R uint32_t rsv_0x14_0x23[4];
83 __IO uint32_t meucfg;
84 __R uint32_t rsv_0x28_0x33[3];
85 __I uint32_t secst;
86 __IO uint32_t sdbe;
88
89/* Register offsets for module SMON */
96#define MXC_R_SMON_EXTSCN ((uint32_t)0x00000000UL)
97#define MXC_R_SMON_INTSCN ((uint32_t)0x00000004UL)
98#define MXC_R_SMON_SECALM ((uint32_t)0x00000008UL)
99#define MXC_R_SMON_SECDIAG ((uint32_t)0x0000000CUL)
100#define MXC_R_SMON_DLRTC ((uint32_t)0x00000010UL)
101#define MXC_R_SMON_MEUCFG ((uint32_t)0x00000024UL)
102#define MXC_R_SMON_SECST ((uint32_t)0x00000034UL)
103#define MXC_R_SMON_SDBE ((uint32_t)0x00000038UL)
112#define MXC_F_SMON_EXTSCN_EXTS_EN0_POS 0
113#define MXC_F_SMON_EXTSCN_EXTS_EN0 ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_EXTS_EN0_POS))
115#define MXC_F_SMON_EXTSCN_EXTS_EN1_POS 1
116#define MXC_F_SMON_EXTSCN_EXTS_EN1 ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_EXTS_EN1_POS))
118#define MXC_F_SMON_EXTSCN_EXTS_EN2_POS 2
119#define MXC_F_SMON_EXTSCN_EXTS_EN2 ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_EXTS_EN2_POS))
121#define MXC_F_SMON_EXTSCN_EXTS_EN3_POS 3
122#define MXC_F_SMON_EXTSCN_EXTS_EN3 ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_EXTS_EN3_POS))
124#define MXC_F_SMON_EXTSCN_EXTS_EN4_POS 4
125#define MXC_F_SMON_EXTSCN_EXTS_EN4 ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_EXTS_EN4_POS))
127#define MXC_F_SMON_EXTSCN_EXTS_EN5_POS 5
128#define MXC_F_SMON_EXTSCN_EXTS_EN5 ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_EXTS_EN5_POS))
130#define MXC_F_SMON_EXTSCN_EXTCNT_POS 16
131#define MXC_F_SMON_EXTSCN_EXTCNT ((uint32_t)(0x1FUL << MXC_F_SMON_EXTSCN_EXTCNT_POS))
133#define MXC_F_SMON_EXTSCN_EXTFRQ_POS 21
134#define MXC_F_SMON_EXTSCN_EXTFRQ ((uint32_t)(0x7UL << MXC_F_SMON_EXTSCN_EXTFRQ_POS))
135#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ2000HZ ((uint32_t)0x0UL)
136#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ2000HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ2000HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
137#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ1000HZ ((uint32_t)0x1UL)
138#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ1000HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ1000HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
139#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ500HZ ((uint32_t)0x2UL)
140#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ500HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ500HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
141#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ250HZ ((uint32_t)0x3UL)
142#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ250HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ250HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
143#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ125HZ ((uint32_t)0x4UL)
144#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ125HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ125HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
145#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ63HZ ((uint32_t)0x5UL)
146#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ63HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ63HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
147#define MXC_V_SMON_EXTSCN_EXTFRQ_FREQ31HZ ((uint32_t)0x6UL)
148#define MXC_S_SMON_EXTSCN_EXTFRQ_FREQ31HZ (MXC_V_SMON_EXTSCN_EXTFRQ_FREQ31HZ << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
149#define MXC_V_SMON_EXTSCN_EXTFRQ_RFU ((uint32_t)0x7UL)
150#define MXC_S_SMON_EXTSCN_EXTFRQ_RFU (MXC_V_SMON_EXTSCN_EXTFRQ_RFU << MXC_F_SMON_EXTSCN_EXTFRQ_POS)
152#define MXC_F_SMON_EXTSCN_DIVCLK_POS 24
153#define MXC_F_SMON_EXTSCN_DIVCLK ((uint32_t)(0x7UL << MXC_F_SMON_EXTSCN_DIVCLK_POS))
154#define MXC_V_SMON_EXTSCN_DIVCLK_DIV1 ((uint32_t)0x0UL)
155#define MXC_S_SMON_EXTSCN_DIVCLK_DIV1 (MXC_V_SMON_EXTSCN_DIVCLK_DIV1 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
156#define MXC_V_SMON_EXTSCN_DIVCLK_DIV2 ((uint32_t)0x1UL)
157#define MXC_S_SMON_EXTSCN_DIVCLK_DIV2 (MXC_V_SMON_EXTSCN_DIVCLK_DIV2 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
158#define MXC_V_SMON_EXTSCN_DIVCLK_DIV4 ((uint32_t)0x2UL)
159#define MXC_S_SMON_EXTSCN_DIVCLK_DIV4 (MXC_V_SMON_EXTSCN_DIVCLK_DIV4 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
160#define MXC_V_SMON_EXTSCN_DIVCLK_DIV8 ((uint32_t)0x3UL)
161#define MXC_S_SMON_EXTSCN_DIVCLK_DIV8 (MXC_V_SMON_EXTSCN_DIVCLK_DIV8 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
162#define MXC_V_SMON_EXTSCN_DIVCLK_DIV16 ((uint32_t)0x4UL)
163#define MXC_S_SMON_EXTSCN_DIVCLK_DIV16 (MXC_V_SMON_EXTSCN_DIVCLK_DIV16 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
164#define MXC_V_SMON_EXTSCN_DIVCLK_DIV32 ((uint32_t)0x5UL)
165#define MXC_S_SMON_EXTSCN_DIVCLK_DIV32 (MXC_V_SMON_EXTSCN_DIVCLK_DIV32 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
166#define MXC_V_SMON_EXTSCN_DIVCLK_DIV64 ((uint32_t)0x6UL)
167#define MXC_S_SMON_EXTSCN_DIVCLK_DIV64 (MXC_V_SMON_EXTSCN_DIVCLK_DIV64 << MXC_F_SMON_EXTSCN_DIVCLK_POS)
169#define MXC_F_SMON_EXTSCN_BUSY_POS 30
170#define MXC_F_SMON_EXTSCN_BUSY ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_BUSY_POS))
172#define MXC_F_SMON_EXTSCN_LOCK_POS 31
173#define MXC_F_SMON_EXTSCN_LOCK ((uint32_t)(0x1UL << MXC_F_SMON_EXTSCN_LOCK_POS))
183#define MXC_F_SMON_INTSCN_SHIELD_EN_POS 0
184#define MXC_F_SMON_INTSCN_SHIELD_EN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_SHIELD_EN_POS))
186#define MXC_F_SMON_INTSCN_TEMP_EN_POS 1
187#define MXC_F_SMON_INTSCN_TEMP_EN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_TEMP_EN_POS))
189#define MXC_F_SMON_INTSCN_VBAT_EN_POS 2
190#define MXC_F_SMON_INTSCN_VBAT_EN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_VBAT_EN_POS))
192#define MXC_F_SMON_INTSCN_DFD_EN_POS 3
193#define MXC_F_SMON_INTSCN_DFD_EN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_DFD_EN_POS))
195#define MXC_F_SMON_INTSCN_DFD_NMI_POS 4
196#define MXC_F_SMON_INTSCN_DFD_NMI ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_DFD_NMI_POS))
198#define MXC_F_SMON_INTSCN_DFD_STDBY_POS 8
199#define MXC_F_SMON_INTSCN_DFD_STDBY ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_DFD_STDBY_POS))
201#define MXC_F_SMON_INTSCN_PUF_TRIM_ERASE_POS 10
202#define MXC_F_SMON_INTSCN_PUF_TRIM_ERASE ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_PUF_TRIM_ERASE_POS))
204#define MXC_F_SMON_INTSCN_LOTEMP_SEL_POS 16
205#define MXC_F_SMON_INTSCN_LOTEMP_SEL ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_LOTEMP_SEL_POS))
207#define MXC_F_SMON_INTSCN_VCORELOEN_POS 18
208#define MXC_F_SMON_INTSCN_VCORELOEN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_VCORELOEN_POS))
210#define MXC_F_SMON_INTSCN_VCOREHIEN_POS 19
211#define MXC_F_SMON_INTSCN_VCOREHIEN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_VCOREHIEN_POS))
213#define MXC_F_SMON_INTSCN_VDDLOEN_POS 20
214#define MXC_F_SMON_INTSCN_VDDLOEN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_VDDLOEN_POS))
216#define MXC_F_SMON_INTSCN_VDDHIEN_POS 21
217#define MXC_F_SMON_INTSCN_VDDHIEN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_VDDHIEN_POS))
219#define MXC_F_SMON_INTSCN_VGLEN_POS 22
220#define MXC_F_SMON_INTSCN_VGLEN ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_VGLEN_POS))
222#define MXC_F_SMON_INTSCN_LOCK_POS 31
223#define MXC_F_SMON_INTSCN_LOCK ((uint32_t)(0x1UL << MXC_F_SMON_INTSCN_LOCK_POS))
233#define MXC_F_SMON_SECALM_DRS_POS 0
234#define MXC_F_SMON_SECALM_DRS ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_DRS_POS))
236#define MXC_F_SMON_SECALM_KEYWIPE_POS 1
237#define MXC_F_SMON_SECALM_KEYWIPE ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_KEYWIPE_POS))
239#define MXC_F_SMON_SECALM_SHIELDF_POS 2
240#define MXC_F_SMON_SECALM_SHIELDF ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_SHIELDF_POS))
242#define MXC_F_SMON_SECALM_LOTEMP_POS 3
243#define MXC_F_SMON_SECALM_LOTEMP ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_LOTEMP_POS))
245#define MXC_F_SMON_SECALM_HITEMP_POS 4
246#define MXC_F_SMON_SECALM_HITEMP ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_HITEMP_POS))
248#define MXC_F_SMON_SECALM_BATLO_POS 5
249#define MXC_F_SMON_SECALM_BATLO ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_BATLO_POS))
251#define MXC_F_SMON_SECALM_BATHI_POS 6
252#define MXC_F_SMON_SECALM_BATHI ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_BATHI_POS))
254#define MXC_F_SMON_SECALM_EXTF_POS 7
255#define MXC_F_SMON_SECALM_EXTF ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTF_POS))
257#define MXC_F_SMON_SECALM_VDDLO_POS 8
258#define MXC_F_SMON_SECALM_VDDLO ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_VDDLO_POS))
260#define MXC_F_SMON_SECALM_VCORELO_POS 9
261#define MXC_F_SMON_SECALM_VCORELO ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_VCORELO_POS))
263#define MXC_F_SMON_SECALM_VCOREHI_POS 10
264#define MXC_F_SMON_SECALM_VCOREHI ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_VCOREHI_POS))
266#define MXC_F_SMON_SECALM_VDDHI_POS 11
267#define MXC_F_SMON_SECALM_VDDHI ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_VDDHI_POS))
269#define MXC_F_SMON_SECALM_VGL_POS 12
270#define MXC_F_SMON_SECALM_VGL ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_VGL_POS))
272#define MXC_F_SMON_SECALM_EXTSTAT0_POS 16
273#define MXC_F_SMON_SECALM_EXTSTAT0 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSTAT0_POS))
275#define MXC_F_SMON_SECALM_EXTSTAT1_POS 17
276#define MXC_F_SMON_SECALM_EXTSTAT1 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSTAT1_POS))
278#define MXC_F_SMON_SECALM_EXTSTAT2_POS 18
279#define MXC_F_SMON_SECALM_EXTSTAT2 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSTAT2_POS))
281#define MXC_F_SMON_SECALM_EXTSTAT3_POS 19
282#define MXC_F_SMON_SECALM_EXTSTAT3 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSTAT3_POS))
284#define MXC_F_SMON_SECALM_EXTSTAT4_POS 20
285#define MXC_F_SMON_SECALM_EXTSTAT4 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSTAT4_POS))
287#define MXC_F_SMON_SECALM_EXTSTAT5_POS 21
288#define MXC_F_SMON_SECALM_EXTSTAT5 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSTAT5_POS))
290#define MXC_F_SMON_SECALM_EXTSWARN0_POS 24
291#define MXC_F_SMON_SECALM_EXTSWARN0 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSWARN0_POS))
293#define MXC_F_SMON_SECALM_EXTSWARN1_POS 25
294#define MXC_F_SMON_SECALM_EXTSWARN1 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSWARN1_POS))
296#define MXC_F_SMON_SECALM_EXTSWARN2_POS 26
297#define MXC_F_SMON_SECALM_EXTSWARN2 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSWARN2_POS))
299#define MXC_F_SMON_SECALM_EXTSWARN3_POS 27
300#define MXC_F_SMON_SECALM_EXTSWARN3 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSWARN3_POS))
302#define MXC_F_SMON_SECALM_EXTSWARN4_POS 28
303#define MXC_F_SMON_SECALM_EXTSWARN4 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSWARN4_POS))
305#define MXC_F_SMON_SECALM_EXTSWARN5_POS 29
306#define MXC_F_SMON_SECALM_EXTSWARN5 ((uint32_t)(0x1UL << MXC_F_SMON_SECALM_EXTSWARN5_POS))
316#define MXC_F_SMON_SECDIAG_BORF_POS 0
317#define MXC_F_SMON_SECDIAG_BORF ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_BORF_POS))
319#define MXC_F_SMON_SECDIAG_SHIELDF_POS 2
320#define MXC_F_SMON_SECDIAG_SHIELDF ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_SHIELDF_POS))
322#define MXC_F_SMON_SECDIAG_LOTEMP_POS 3
323#define MXC_F_SMON_SECDIAG_LOTEMP ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_LOTEMP_POS))
325#define MXC_F_SMON_SECDIAG_HITEMP_POS 4
326#define MXC_F_SMON_SECDIAG_HITEMP ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_HITEMP_POS))
328#define MXC_F_SMON_SECDIAG_BATLO_POS 5
329#define MXC_F_SMON_SECDIAG_BATLO ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_BATLO_POS))
331#define MXC_F_SMON_SECDIAG_BATHI_POS 6
332#define MXC_F_SMON_SECDIAG_BATHI ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_BATHI_POS))
334#define MXC_F_SMON_SECDIAG_DYNF_POS 7
335#define MXC_F_SMON_SECDIAG_DYNF ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_DYNF_POS))
337#define MXC_F_SMON_SECDIAG_AESKT_POS 8
338#define MXC_F_SMON_SECDIAG_AESKT ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_AESKT_POS))
340#define MXC_F_SMON_SECDIAG_EXTSTAT0_POS 16
341#define MXC_F_SMON_SECDIAG_EXTSTAT0 ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_EXTSTAT0_POS))
343#define MXC_F_SMON_SECDIAG_EXTSTAT1_POS 17
344#define MXC_F_SMON_SECDIAG_EXTSTAT1 ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_EXTSTAT1_POS))
346#define MXC_F_SMON_SECDIAG_EXTSTAT2_POS 18
347#define MXC_F_SMON_SECDIAG_EXTSTAT2 ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_EXTSTAT2_POS))
349#define MXC_F_SMON_SECDIAG_EXTSTAT3_POS 19
350#define MXC_F_SMON_SECDIAG_EXTSTAT3 ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_EXTSTAT3_POS))
352#define MXC_F_SMON_SECDIAG_EXTSTAT4_POS 20
353#define MXC_F_SMON_SECDIAG_EXTSTAT4 ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_EXTSTAT4_POS))
355#define MXC_F_SMON_SECDIAG_EXTSTAT5_POS 21
356#define MXC_F_SMON_SECDIAG_EXTSTAT5 ((uint32_t)(0x1UL << MXC_F_SMON_SECDIAG_EXTSTAT5_POS))
367#define MXC_F_SMON_DLRTC_DLRTC_POS 0
368#define MXC_F_SMON_DLRTC_DLRTC ((uint32_t)(0xFFFFFFFFUL << MXC_F_SMON_DLRTC_DLRTC_POS))
378#define MXC_F_SMON_MEUCFG_MEUCFG_POS 0
379#define MXC_F_SMON_MEUCFG_MEUCFG ((uint32_t)(0x7FUL << MXC_F_SMON_MEUCFG_MEUCFG_POS))
389#define MXC_F_SMON_SECST_EXTSRS_POS 0
390#define MXC_F_SMON_SECST_EXTSRS ((uint32_t)(0x1UL << MXC_F_SMON_SECST_EXTSRS_POS))
392#define MXC_F_SMON_SECST_INTSRS_POS 1
393#define MXC_F_SMON_SECST_INTSRS ((uint32_t)(0x1UL << MXC_F_SMON_SECST_INTSRS_POS))
395#define MXC_F_SMON_SECST_SECALRS_POS 2
396#define MXC_F_SMON_SECST_SECALRS ((uint32_t)(0x1UL << MXC_F_SMON_SECST_SECALRS_POS))
406#define MXC_F_SMON_SDBE_DBYTE_POS 0
407#define MXC_F_SMON_SDBE_DBYTE ((uint32_t)(0xFFUL << MXC_F_SMON_SDBE_DBYTE_POS))
409#define MXC_F_SMON_SDBE_SBDEN_POS 31
410#define MXC_F_SMON_SDBE_SBDEN ((uint32_t)(0x1UL << MXC_F_SMON_SDBE_SBDEN_POS))
414#ifdef __cplusplus
415}
416#endif
417
418#endif // LIBRARIES_CMSIS_DEVICE_MAXIM_MAX32665_INCLUDE_SMON_REGS_H_
__IO uint32_t sdbe
Definition: smon_regs.h:86
__IO uint32_t secalm
Definition: smon_regs.h:79
__IO uint32_t intscn
Definition: smon_regs.h:78
__I uint32_t dlrtc
Definition: smon_regs.h:81
__I uint32_t secst
Definition: smon_regs.h:85
__I uint32_t secdiag
Definition: smon_regs.h:80
__IO uint32_t extscn
Definition: smon_regs.h:77
__IO uint32_t meucfg
Definition: smon_regs.h:83
Definition: smon_regs.h:76