MAX30001G  1.2.0
Arduino library for MAX30001G ECG and BIOZ AFE
max30001g_typedefs.h File Reference
#include <stdint.h>
#include "max30001g_defs.h"
Include dependency graph for max30001g_typedefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  BIOZScanConfig
 BIOZScanConfig configuration structure fields: More...
 
struct  ConfigSnapshot
 ConfigSnapshot structure for storing/restoring MAX30001G register configurations. More...
 
struct  HealthCheckResult
 HealthCheckResult structure for storing health check results. More...
 
struct  ImpedanceModel
 ImpedanceModel structure for storing impedance measurement results. More...
 
struct  ImpedanceSpectrum
 ImpedanceSpectrum structure for storing one full BIOZ sweep. More...
 

Enumerations

enum  BIOZScanPhaseRange : uint8_t { BIOZ_SCAN_PHASE_FULL = 0 , BIOZ_SCAN_PHASE_REDUCED }
 BIOZ scan phase-density selection. More...
 

Enumeration Type Documentation

◆ BIOZScanPhaseRange

enum BIOZScanPhaseRange : uint8_t

BIOZ scan phase-density selection.

FULL uses all hardware-supported phase offsets for the active FCGEN.

REDUCED uses four 45 degree steps: 0, 45, 90, and 135 degrees.

Enumerator
BIOZ_SCAN_PHASE_FULL 
BIOZ_SCAN_PHASE_REDUCED