|
MAX30001G
1.2.0
Arduino library for MAX30001G ECG and BIOZ AFE
|
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 |
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.
| bool HealthCheckResult::fault_present |
| uint32_t HealthCheckResult::info_reg |
| bool HealthCheckResult::pll_unlocked |
| bool HealthCheckResult::spi_ok |
| uint32_t HealthCheckResult::status_reg |