MAX30001G 1.4.2
Arduino library for MAX30001G ECG and BIOZ AFE
Loading...
Searching...
No Matches
max30001g_regs_typedefs.h
Go to the documentation of this file.
1#ifndef MAX30001G_REGS_TYPEDEFS_H
2#define MAX30001G_REGS_TYPEDEFS_H
3
4#include <stdint.h>
5
10typedef union
11{
12 uint32_t all;
13
14 struct
15 {
16 uint32_t ldoff_nl : 1; // 0 lead off detection status
17 uint32_t ldoff_nh : 1; // 1
18 uint32_t ldoff_pl : 1; // 2
19 uint32_t ldoff_ph : 1; // 3
20
21 uint32_t bcgmn : 1; // 4 BIOZ channel gain monitor, negative output
22 uint32_t bcgmp : 1; // 5 BIOZ channel gain monitor, positive output
23 uint32_t reserved1 : 1; // 6
24 uint32_t reserved2 : 1; // 7
25
26 uint32_t pllint : 1; // 8 PLL unlock interrupt
27 uint32_t samp : 1; // 9 sample synchronization pulse
28 uint32_t rrint : 1; // 10 ECG R2R detection interrupt
29 uint32_t lonint : 1; // 11 Ultra low power leads on detection interrupt
30
31 uint32_t pedge : 1; // 12 not discribed in datasheet
32 uint32_t povf : 1; // 13 "
33 uint32_t print : 1; // 14 "
34 uint32_t bcgmon : 1; // 15 BIOZ current monitor
35
36 uint32_t bundr : 1; // 16 BIOZ under range
37 uint32_t bover : 1; // 17 BIOZ over range
38 uint32_t bovf : 1; // 18 BIOZ FIFO flow
39 uint32_t bint : 1; // 19 BIOZ FIFO interrupt
40
41 uint32_t dcloffint : 1; // 20 DC lead off detection interrupt
42 uint32_t fstint : 1; // 21 ECG fast recovery mode is engaged
43 uint32_t eovf : 1; // 22 ECG FIFO overflow
44 uint32_t eint : 1; // 23 ECG FIFO interrupt
45
46 uint32_t reserved6 : 8; //24-31
47
48 } bit;
49
51
58typedef union
59{
60 uint32_t all;
61 struct
62 {
63 uint32_t intb_type : 2; // 0,1 interrupt type, 00 disabled, CMOS, OpenDrain, OpenDrain with internal pull up
64 uint32_t reserved1 : 6; // 2-7
65 uint32_t en_pllint : 1; // 8 PLL unlock interrupt enable
66 uint32_t en_samp : 1; // 9 sample synchronization pulse enable
67 uint32_t en_rrint : 1; // 10 ECG R to R detection interrupt enable
68 uint32_t en_lonint : 1; // 11 Ultra low power leads on detection interrupt enable
69 uint32_t reserved2 : 3; // 12-14
70 uint32_t en_bcgmon : 1; // 15 BIOZ current monitor interrupt enable
71 uint32_t en_bunder : 1; // 16 BIOZ under range interrupt enable
72 uint32_t en_bover : 1; // 17 BIOZ over range interrupt enable
73 uint32_t en_bovf : 1; // 18 BIOZ FIFO overflow interrupt enable
74 uint32_t en_bint : 1; // 19 BIOZ FIFO interrupt enable
75 uint32_t en_dcloffint : 1; // 20 DC lead off detection interrupt enable
76 uint32_t en_fstint : 1; // 21 ECG fast recovery interrupt enable
77 uint32_t en_eovf : 1; // 22 ECG FIFO overflow interrupt enable
78 uint32_t en_eint : 1; // 23 ECG FIFO interrupt enable
79 uint32_t reserved3 : 8; // 24-31
80 } bit;
82
87typedef union
88{
89 uint32_t all;
90
91 struct
92 {
93 uint32_t samp_it : 2; // 0,1 sample synchronization pulse frequency
94 uint32_t clr_samp : 1; // 2 sample synchronization pulse clear behavior
95 uint32_t clr_pedge : 1; // 3 not described in datasheet
96 uint32_t clr_rrint : 2; // 4,5 RTOR R peak detection clear behavior
97 uint32_t clr_fast : 1; // 6, fast mode interrupt clear behavior
98 uint32_t reserved2 : 1; // 7
99 uint32_t reserved3 : 4; // 8-11
100 uint32_t reserved4 : 4; // 12-15
101 uint32_t b_fit : 3; // 16-18 BIOZ interrupt threshold
102 uint32_t e_fit : 5; // 19-23 ECG interrupt threshold
103 uint32_t reserved : 8; // 24-31
104 } bit;
105
107
112typedef union
113{
114 uint32_t all;
115
116 struct
117 {
118 uint32_t bloff_lo_it : 8; // 0-7 BIOZ lead off under range threshold
119 uint32_t bloff_hi_it : 8; // 8-15 BIOZ lead off over range threshold
120 uint32_t fast_th : 6; // 16-21 ECG fast recovery threshold, 0x3F, if 2048*FAST_TH for more than 125ms go to recovery mode
121 uint32_t fast : 2; // 22,23 ECG fast recovery mode, 00 normal, 01 manual, 11 do not use
122 uint32_t reserved : 8; // 24-31
123 } bit;
124
126
131typedef union max30001_info_reg
132{
133 uint32_t all;
134
135 struct
136 {
137 uint32_t n1 : 4; // 0- 3 might randomly vary
138 uint32_t n2 : 4; // 4- 7 might randomly vary
139 uint32_t n3 : 4; // 8-11 might randomly vary
140 uint32_t c1 : 2; // 12-13 should be 0b01
141 uint32_t n4 : 2; // 14-15 might vary randomly
142 uint32_t revision : 4; // 16-19 should be 0x4
143 uint32_t c2 : 4; // 20-23
144 uint32_t reserved : 8; // 24-31
145
147
149
154typedef union
155{
156 uint32_t all;
157 struct
158 {
159 uint32_t rbiasn : 1; // 0, enable resistive bias on N
160 uint32_t rbiasp : 1; // 1, enable resistive bias on P
161 uint32_t rbiasv : 2; // 2,3 bias mode: 50, 100, 200MOhm, do notuse
162 uint32_t en_rbias : 2; // 4,5 disabled, ECG, BIOZ, reserved
163 uint32_t vth : 2; // 6,7 lead off threshold, 300, 400, 450, 500mV
164 uint32_t imag : 3; // 8-10 lead off magnitude selection, 0, 5, 10, 20, 50, 100 nA
165 uint32_t ipol : 1; // 11 lead off curren polarity, ECGN pullup, ECGN pull down
166 uint32_t en_dcloff : 2; // 12,13 lead off enable
167 uint32_t en_bloff : 2; // 14,15 BIOZ lead off enable
168 uint32_t reserved1 : 1; // 16
169 uint32_t en_pace : 1; // 17 not described in datasheet
170 uint32_t en_bioz : 1; // 18 enable BIOZ channel
171 uint32_t en_ecg : 1; // 19 enable ECG channel
172 uint32_t fmstr : 2; // 20,21 master clock frequency
173 uint32_t en_ulp_lon : 2; // 22,23 ultra low power lead on detection
174 uint32_t reserved3 : 8; // 24-31
175 } bit;
176
178
183typedef union
184{
185 uint32_t all;
186 struct
187 {
188 uint32_t thigh : 11; // 0-10, calibration time source selection
189 uint32_t fifty : 1; // 11 calibrationd duty cycle mode
190 uint32_t fcal : 3; // 12-14 calibration frequency selection
191 uint32_t reserved1 : 5; // 15-19
192 uint32_t vmag : 1; // 20 calibration voltage magnitude
193 uint32_t vmode : 1; // 21 calibration voltage mode
194 uint32_t vcal : 1; // 22 calibration voltage enable
195 uint32_t reserved2 : 1; // 23
196 uint32_t reserved3 : 8; // 24-31
197 } bit;
198
200
206{
207 uint32_t all;
208 struct
209 {
210 uint32_t reserved1 : 16; // 0-15
211 uint32_t caln_sel : 2; // 16,17 ECGN calibration selection
212 uint32_t calp_sel : 2; // 18,19 ECGP calibration selection
213 uint32_t openn : 1; // 20 open the ECG input switch
214 uint32_t openp : 1; // 21 open the ECG input switch
215 uint32_t reserved2 : 1; // 22
216 uint32_t pol : 1; // 23 ECG input polarity selection
217 uint32_t reserved3 : 8; // 24-31
219
221
227{
228 uint32_t all;
229 struct
230 {
231 uint32_t reserved1 : 12; // 0-11
232 uint32_t dlpf : 2; // 12,13 ecg digital low pass cut off
233 uint32_t dhpf : 1; // 14 ecg digtial high pass cut off
234 uint32_t reserved2 : 1; // 15
235 uint32_t gain : 2; // 16,17 ecg gain
236 uint32_t reserved3 : 4; // 18-21
237 uint32_t rate : 2; // 22,23 ecg rate
238 uint32_t reserved : 8;
240
242
247typedef union
248{
249 uint32_t all;
250 struct
251 {
252 uint32_t fbist : 2; // 0,1 BIOZ frequency selection
253 uint32_t reserved1 : 2; // 2,3
254 uint32_t rmod : 3; // 4-6 BIOZ modulated resistance selection
255 uint32_t reserved2 : 1; // 7
256 uint32_t rnom : 3; // 8-10 BIOZ nominal resistance selection
257 uint32_t en_bist : 1; // 11 BIOZ bistable mode enable
258 uint32_t cg_mode : 2; // 12,13 BIOZ current generator mode selection
259 uint32_t reserved3 : 2; // 14,15
260 uint32_t caln_sel : 2; // 16,17 BI n calibration selection
261 uint32_t calp_sel : 2; // 18,19 BI p calibration selection
262 uint32_t openn : 1; // 20 open the BIOZ N input switch
263 uint32_t openp : 1; // 21 open the BIOZ P input switch
264 uint32_t reserved4 : 2; // 22,23
265 uint32_t reserved : 8; // 24-31
266 } bit;
267
269
274typedef union
275{
276 uint32_t all;
277 struct
278 {
279 uint32_t phoff : 4; // 0-3 BIOZ modulation phase offset
280 uint32_t cgmag : 3; // 4-6 BIOZ current generator magnitude 8,16,32,48,64,80,96 microA
281 uint32_t cgmon : 1; // 7 BIOZ current generator monitor
282 uint32_t fcgen : 4; // 8-11 BIOZ current generator frequency
283 uint32_t dlpf : 2; // 12,13 BIOZ digital low pass cut off 4,8,16Hz
284 uint32_t dhpf : 2; // 14,15 BIOZ digital high pass cut off 0.05, 0.5Hz
285 uint32_t gain : 2; // 16,17 BIOZ gain 10,20,40,80V/V
286 uint32_t ln_bioz : 1; // 18 BIOZ INA power mode
287 uint32_t ext_rbias : 1; // 19 BIOZ external resistive bias enable
288 uint32_t ahpf : 3; // 20-22 BIOZ analog high pass cut off, at 60, 150, 500, 1000, 2000, 4000Hz
289 uint32_t rate : 1; // 23 BIOZ rate samples per second
290 uint32_t reserved : 8; // 24-31
291 } bit;
292
294
299typedef union
300{
301 uint32_t all;
302 struct
303 {
304 uint32_t cmag_lc : 4; // 0-3 Bioz low current manitude selection
305 uint32_t cmres : 4; // 4-7 Bioz low current mode resistor selection
306 uint32_t reserved1 : 4; // 8-11
307 uint32_t bistr : 2; // 12,13 High resistance programmable load value selection
308 uint32_t en_bistr : 1; // 14 High resistance programmable load enable
309 uint32_t reserved2 : 4; // 15-18
310 uint32_t lc2x : 1; // 19 Bioz low current 2x mode enable
311 uint32_t reserved3 : 3; // 20-22
312 uint32_t hi_lob : 1; // 23 Bioz high or low current mode selection
313 uint32_t reserved4 : 8; // 24-31
314 } bit;
315
317
322typedef union
323{
324 uint32_t all;
325 struct
326 {
327 uint32_t reserved1 : 8; // 0-7
328 uint32_t ptsf : 4; // 8-11 R tp R peak threshold scaling facto
329 uint32_t pavg : 2; // 12,13 R to R peak averaging weight factor
330 uint32_t reserved2 : 1; // 14
331 uint32_t en_rtor : 1; // 15 ECG R to R detection enable
332 uint32_t gain : 4; // 16-19 R to R gain
333 uint32_t wndw : 4; // 20-23 Width of averaging window
334 uint32_t reserved : 8; // 24-31
335 } bit;
336
338
343typedef union
344{
345 uint32_t all;
346 struct
347 {
348 uint32_t reserved1 : 8; // 0-7
349 uint32_t rhsf : 3; // 8-10 R to R peak threshold hold off scaling factor
350 uint32_t reserved2 : 1; // 11
351 uint32_t ravg : 2; // 12,13 R to R peak averaging interval weight factor
352 uint32_t reserved3 : 2; // 14,15
353 uint32_t hoff : 6; // 16-21 R to R peak detection threshold hold off
354 uint32_t reserved4 : 2; // 22,23
355 uint32_t reserved : 8; // 24-31
356 } bit;
357
359
365{
366 uint32_t all;
367 struct
368 {
369 uint32_t reserved : 3; // 0-2
370 uint32_t etag : 3; // 3-5 ECG tag
371 uint32_t data : 18; // 6-23 ECG data
373
375
380typedef union
381{
382 uint32_t all;
383 struct
384 {
385 uint32_t btag : 3; // 0-2 BIOZ tag
386 uint32_t reserved : 1; // 3
387 uint32_t data : 20; // 4-23 BIOZ data
388 } bit;
389
391
392
397typedef union max30001_rtor_reg
398{
399 uint32_t all;
400 struct
401 {
402 uint32_t reserved : 10; //
403 uint32_t data : 14; // 10-23 BIOZ data
405
407
408#endif
union max30001_ecg_burst_reg max30001_ecg_burst_reg_t
ECG_FIFO_BURST page 61.
union max30001_cnfg_ecg_reg max30001_cnfg_ecg_reg_t
CNFG_ECG (0x15) page 51.
union max30001_cnfg_emux_reg max30001_cnfg_emux_reg_t
CNFG_EMUX (0x14) page 50.
union max30001_rtor_reg max30001_rtor_reg_t
R to R FIFO page 61.
union max30001_info_reg max30001_info_reg_t
INFO (0x0F) page 42.
BIOZ_FIFO_BURST page 61.
Definition max30001g_regs_typedefs.h:381
uint32_t data
Definition max30001g_regs_typedefs.h:387
uint32_t reserved
Definition max30001g_regs_typedefs.h:386
uint32_t btag
Definition max30001g_regs_typedefs.h:385
uint32_t all
Definition max30001g_regs_typedefs.h:382
CNFG_BIOZ_LC (0x1A) page 57.
Definition max30001g_regs_typedefs.h:300
uint32_t en_bistr
Definition max30001g_regs_typedefs.h:308
uint32_t all
Definition max30001g_regs_typedefs.h:301
uint32_t cmres
Definition max30001g_regs_typedefs.h:305
uint32_t bistr
Definition max30001g_regs_typedefs.h:307
uint32_t reserved3
Definition max30001g_regs_typedefs.h:311
uint32_t reserved1
Definition max30001g_regs_typedefs.h:306
uint32_t reserved4
Definition max30001g_regs_typedefs.h:313
uint32_t reserved2
Definition max30001g_regs_typedefs.h:309
uint32_t lc2x
Definition max30001g_regs_typedefs.h:310
uint32_t cmag_lc
Definition max30001g_regs_typedefs.h:304
uint32_t hi_lob
Definition max30001g_regs_typedefs.h:312
CNFG_BIOZ (0x18) page 54.
Definition max30001g_regs_typedefs.h:275
uint32_t ext_rbias
Definition max30001g_regs_typedefs.h:287
uint32_t rate
Definition max30001g_regs_typedefs.h:289
uint32_t ln_bioz
Definition max30001g_regs_typedefs.h:286
uint32_t cgmon
Definition max30001g_regs_typedefs.h:281
uint32_t dhpf
Definition max30001g_regs_typedefs.h:284
uint32_t fcgen
Definition max30001g_regs_typedefs.h:282
uint32_t dlpf
Definition max30001g_regs_typedefs.h:283
uint32_t phoff
Definition max30001g_regs_typedefs.h:279
uint32_t ahpf
Definition max30001g_regs_typedefs.h:288
uint32_t gain
Definition max30001g_regs_typedefs.h:285
uint32_t reserved
Definition max30001g_regs_typedefs.h:290
uint32_t all
Definition max30001g_regs_typedefs.h:276
uint32_t cgmag
Definition max30001g_regs_typedefs.h:280
CNFG_BMUX (0x17) page 52.
Definition max30001g_regs_typedefs.h:248
uint32_t caln_sel
Definition max30001g_regs_typedefs.h:260
uint32_t rmod
Definition max30001g_regs_typedefs.h:254
uint32_t all
Definition max30001g_regs_typedefs.h:249
uint32_t reserved2
Definition max30001g_regs_typedefs.h:255
uint32_t openp
Definition max30001g_regs_typedefs.h:263
uint32_t reserved4
Definition max30001g_regs_typedefs.h:264
uint32_t fbist
Definition max30001g_regs_typedefs.h:252
uint32_t rnom
Definition max30001g_regs_typedefs.h:256
uint32_t openn
Definition max30001g_regs_typedefs.h:262
uint32_t en_bist
Definition max30001g_regs_typedefs.h:257
uint32_t calp_sel
Definition max30001g_regs_typedefs.h:261
uint32_t reserved1
Definition max30001g_regs_typedefs.h:253
uint32_t reserved
Definition max30001g_regs_typedefs.h:265
uint32_t cg_mode
Definition max30001g_regs_typedefs.h:258
uint32_t reserved3
Definition max30001g_regs_typedefs.h:259
CNFG_CAL (0x12) page 49.
Definition max30001g_regs_typedefs.h:184
uint32_t fcal
Definition max30001g_regs_typedefs.h:190
uint32_t thigh
Definition max30001g_regs_typedefs.h:188
uint32_t vmag
Definition max30001g_regs_typedefs.h:192
uint32_t all
Definition max30001g_regs_typedefs.h:185
uint32_t vmode
Definition max30001g_regs_typedefs.h:193
uint32_t fifty
Definition max30001g_regs_typedefs.h:189
uint32_t reserved3
Definition max30001g_regs_typedefs.h:196
uint32_t reserved2
Definition max30001g_regs_typedefs.h:195
uint32_t reserved1
Definition max30001g_regs_typedefs.h:191
uint32_t vcal
Definition max30001g_regs_typedefs.h:194
CNFG_ECG (0x15) page 51.
Definition max30001g_regs_typedefs.h:227
uint32_t all
Definition max30001g_regs_typedefs.h:228
uint32_t gain
Definition max30001g_regs_typedefs.h:235
uint32_t dhpf
Definition max30001g_regs_typedefs.h:233
uint32_t rate
Definition max30001g_regs_typedefs.h:237
uint32_t reserved
Definition max30001g_regs_typedefs.h:238
uint32_t dlpf
Definition max30001g_regs_typedefs.h:232
uint32_t reserved3
Definition max30001g_regs_typedefs.h:236
uint32_t reserved1
Definition max30001g_regs_typedefs.h:231
uint32_t reserved2
Definition max30001g_regs_typedefs.h:234
struct max30001_cnfg_ecg_reg::@8 bit
CNFG_EMUX (0x14) page 50.
Definition max30001g_regs_typedefs.h:206
uint32_t pol
Definition max30001g_regs_typedefs.h:216
uint32_t all
Definition max30001g_regs_typedefs.h:207
uint32_t openn
Definition max30001g_regs_typedefs.h:213
uint32_t reserved3
Definition max30001g_regs_typedefs.h:217
uint32_t calp_sel
Definition max30001g_regs_typedefs.h:212
uint32_t caln_sel
Definition max30001g_regs_typedefs.h:211
uint32_t openp
Definition max30001g_regs_typedefs.h:214
uint32_t reserved2
Definition max30001g_regs_typedefs.h:215
uint32_t reserved1
Definition max30001g_regs_typedefs.h:210
struct max30001_cnfg_emux_reg::@7 bit
CNFG_GEN (0x10) page 47.
Definition max30001g_regs_typedefs.h:155
uint32_t all
Definition max30001g_regs_typedefs.h:156
uint32_t en_bioz
Definition max30001g_regs_typedefs.h:170
uint32_t imag
Definition max30001g_regs_typedefs.h:164
uint32_t rbiasn
Definition max30001g_regs_typedefs.h:159
uint32_t rbiasv
Definition max30001g_regs_typedefs.h:161
uint32_t vth
Definition max30001g_regs_typedefs.h:163
uint32_t reserved3
Definition max30001g_regs_typedefs.h:174
uint32_t en_ulp_lon
Definition max30001g_regs_typedefs.h:173
uint32_t fmstr
Definition max30001g_regs_typedefs.h:172
uint32_t en_rbias
Definition max30001g_regs_typedefs.h:162
uint32_t en_bloff
Definition max30001g_regs_typedefs.h:167
uint32_t reserved1
Definition max30001g_regs_typedefs.h:168
uint32_t rbiasp
Definition max30001g_regs_typedefs.h:160
uint32_t ipol
Definition max30001g_regs_typedefs.h:165
uint32_t en_pace
Definition max30001g_regs_typedefs.h:169
uint32_t en_dcloff
Definition max30001g_regs_typedefs.h:166
uint32_t en_ecg
Definition max30001g_regs_typedefs.h:171
CNFG_RTOR1 (0x1D) page 59.
Definition max30001g_regs_typedefs.h:323
uint32_t pavg
Definition max30001g_regs_typedefs.h:329
uint32_t reserved
Definition max30001g_regs_typedefs.h:334
uint32_t all
Definition max30001g_regs_typedefs.h:324
uint32_t ptsf
Definition max30001g_regs_typedefs.h:328
uint32_t reserved2
Definition max30001g_regs_typedefs.h:330
uint32_t gain
Definition max30001g_regs_typedefs.h:332
uint32_t reserved1
Definition max30001g_regs_typedefs.h:327
uint32_t wndw
Definition max30001g_regs_typedefs.h:333
uint32_t en_rtor
Definition max30001g_regs_typedefs.h:331
CNFG_RTOR2 (0x1E) page 59.
Definition max30001g_regs_typedefs.h:344
uint32_t rhsf
Definition max30001g_regs_typedefs.h:349
uint32_t reserved1
Definition max30001g_regs_typedefs.h:348
uint32_t hoff
Definition max30001g_regs_typedefs.h:353
uint32_t reserved3
Definition max30001g_regs_typedefs.h:352
uint32_t all
Definition max30001g_regs_typedefs.h:345
uint32_t reserved
Definition max30001g_regs_typedefs.h:355
uint32_t ravg
Definition max30001g_regs_typedefs.h:351
uint32_t reserved2
Definition max30001g_regs_typedefs.h:350
uint32_t reserved4
Definition max30001g_regs_typedefs.h:354
ECG_FIFO_BURST page 61.
Definition max30001g_regs_typedefs.h:365
uint32_t all
Definition max30001g_regs_typedefs.h:366
uint32_t etag
Definition max30001g_regs_typedefs.h:370
struct max30001_ecg_burst_reg::@14 bit
uint32_t reserved
Definition max30001g_regs_typedefs.h:369
uint32_t data
Definition max30001g_regs_typedefs.h:371
EN_INT (0x02) and (0x03) page 43 we can attach two interrupt lines to functions of the MAX30001 multi...
Definition max30001g_regs_typedefs.h:59
uint32_t en_eovf
Definition max30001g_regs_typedefs.h:77
uint32_t en_bcgmon
Definition max30001g_regs_typedefs.h:70
uint32_t all
Definition max30001g_regs_typedefs.h:60
uint32_t intb_type
Definition max30001g_regs_typedefs.h:63
uint32_t en_eint
Definition max30001g_regs_typedefs.h:78
uint32_t reserved2
Definition max30001g_regs_typedefs.h:69
uint32_t reserved3
Definition max30001g_regs_typedefs.h:79
uint32_t en_rrint
Definition max30001g_regs_typedefs.h:67
uint32_t en_bunder
Definition max30001g_regs_typedefs.h:71
uint32_t en_bover
Definition max30001g_regs_typedefs.h:72
uint32_t en_pllint
Definition max30001g_regs_typedefs.h:65
uint32_t reserved1
Definition max30001g_regs_typedefs.h:64
uint32_t en_bovf
Definition max30001g_regs_typedefs.h:73
uint32_t en_dcloffint
Definition max30001g_regs_typedefs.h:75
uint32_t en_lonint
Definition max30001g_regs_typedefs.h:68
uint32_t en_samp
Definition max30001g_regs_typedefs.h:66
uint32_t en_bint
Definition max30001g_regs_typedefs.h:74
uint32_t en_fstint
Definition max30001g_regs_typedefs.h:76
INFO (0x0F) page 42.
Definition max30001g_regs_typedefs.h:132
uint32_t all
Definition max30001g_regs_typedefs.h:133
uint32_t n3
Definition max30001g_regs_typedefs.h:139
uint32_t c2
Definition max30001g_regs_typedefs.h:143
struct max30001_info_reg::@4 bit
uint32_t n4
Definition max30001g_regs_typedefs.h:141
uint32_t n1
Definition max30001g_regs_typedefs.h:137
uint32_t n2
Definition max30001g_regs_typedefs.h:138
uint32_t c1
Definition max30001g_regs_typedefs.h:140
uint32_t revision
Definition max30001g_regs_typedefs.h:142
uint32_t reserved
Definition max30001g_regs_typedefs.h:144
MNGR_DYN (0x05) page 45.
Definition max30001g_regs_typedefs.h:113
uint32_t fast_th
Definition max30001g_regs_typedefs.h:120
uint32_t bloff_lo_it
Definition max30001g_regs_typedefs.h:118
uint32_t reserved
Definition max30001g_regs_typedefs.h:122
uint32_t fast
Definition max30001g_regs_typedefs.h:121
uint32_t all
Definition max30001g_regs_typedefs.h:114
uint32_t bloff_hi_it
Definition max30001g_regs_typedefs.h:119
MNGR_INT (0x04) page 44.
Definition max30001g_regs_typedefs.h:88
uint32_t e_fit
Definition max30001g_regs_typedefs.h:102
uint32_t clr_rrint
Definition max30001g_regs_typedefs.h:96
uint32_t reserved2
Definition max30001g_regs_typedefs.h:98
uint32_t clr_fast
Definition max30001g_regs_typedefs.h:97
uint32_t clr_pedge
Definition max30001g_regs_typedefs.h:95
uint32_t samp_it
Definition max30001g_regs_typedefs.h:93
uint32_t reserved4
Definition max30001g_regs_typedefs.h:100
uint32_t reserved
Definition max30001g_regs_typedefs.h:103
uint32_t all
Definition max30001g_regs_typedefs.h:89
uint32_t b_fit
Definition max30001g_regs_typedefs.h:101
uint32_t reserved3
Definition max30001g_regs_typedefs.h:99
uint32_t clr_samp
Definition max30001g_regs_typedefs.h:94
R to R FIFO page 61.
Definition max30001g_regs_typedefs.h:398
uint32_t reserved
Definition max30001g_regs_typedefs.h:402
uint32_t data
Definition max30001g_regs_typedefs.h:403
struct max30001_rtor_reg::@16 bit
uint32_t all
Definition max30001g_regs_typedefs.h:399
STATUS (0x01) page 42.
Definition max30001g_regs_typedefs.h:11
uint32_t ldoff_nh
Definition max30001g_regs_typedefs.h:17
uint32_t ldoff_nl
Definition max30001g_regs_typedefs.h:16
uint32_t pllint
Definition max30001g_regs_typedefs.h:26
uint32_t bint
Definition max30001g_regs_typedefs.h:39
uint32_t bcgmn
Definition max30001g_regs_typedefs.h:21
uint32_t povf
Definition max30001g_regs_typedefs.h:32
uint32_t reserved2
Definition max30001g_regs_typedefs.h:24
uint32_t reserved6
Definition max30001g_regs_typedefs.h:46
uint32_t bcgmp
Definition max30001g_regs_typedefs.h:22
uint32_t eovf
Definition max30001g_regs_typedefs.h:43
uint32_t reserved1
Definition max30001g_regs_typedefs.h:23
uint32_t samp
Definition max30001g_regs_typedefs.h:27
uint32_t bcgmon
Definition max30001g_regs_typedefs.h:34
uint32_t rrint
Definition max30001g_regs_typedefs.h:28
uint32_t print
Definition max30001g_regs_typedefs.h:33
uint32_t ldoff_pl
Definition max30001g_regs_typedefs.h:18
uint32_t bover
Definition max30001g_regs_typedefs.h:37
uint32_t pedge
Definition max30001g_regs_typedefs.h:31
uint32_t eint
Definition max30001g_regs_typedefs.h:44
uint32_t ldoff_ph
Definition max30001g_regs_typedefs.h:19
uint32_t fstint
Definition max30001g_regs_typedefs.h:42
uint32_t dcloffint
Definition max30001g_regs_typedefs.h:41
uint32_t bundr
Definition max30001g_regs_typedefs.h:36
uint32_t lonint
Definition max30001g_regs_typedefs.h:29
uint32_t bovf
Definition max30001g_regs_typedefs.h:38
uint32_t all
Definition max30001g_regs_typedefs.h:12