MAX30001G  1.2.0
Arduino library for MAX30001G ECG and BIOZ AFE
HealthCheckResult Struct Reference

HealthCheckResult structure for storing health check results. More...

#include <max30001g_typedefs.h>

Public Attributes

bool fault_present
 
uint32_t info_reg
 
bool pll_unlocked
 
bool spi_ok
 
uint32_t status_reg
 

Detailed Description

HealthCheckResult structure for storing health check results.

Contains status information about the device's operational state.

spi_ok indicates whether SPI communication appears functional.

info_reg and status_reg store the raw contents of the INFO and STATUS registers for debugging.

pll_unlocked indicates whether the PLL_UNLOCK status bit is set, which can affect timing and data validity.

fault_present indicates whether any fault conditions are currently active, which may require attention or indicate issues with the device or measurement setup.

Member Data Documentation

◆ fault_present

bool HealthCheckResult::fault_present

◆ info_reg

uint32_t HealthCheckResult::info_reg

◆ pll_unlocked

bool HealthCheckResult::pll_unlocked

◆ spi_ok

bool HealthCheckResult::spi_ok

◆ status_reg

uint32_t HealthCheckResult::status_reg

The documentation for this struct was generated from the following file: