Bar Logo Dual Active Bridge Development Board (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
SENSOR_OFFSET_CAL_s Struct Reference

Stores data related to sensor calibration, including data related to sensor offset. More...

+ Collaboration diagram for SENSOR_OFFSET_CAL_s:

Data Fields

uint32_t Accumulator
 used for sensor offset measurement at startup
 
uint16_t MeasurementCounter
 used for sensor offset measurement at startup
 
uint16_t Offset
 measured offset
 
bool CalibrationComplete
 set to true if the sensor is calibrated
 
uint16_t LimitHigh
 upper bound of what offset should be, offset needs to be < limitHigh and > limitLow for sensorCalibrated = true
 
uint16_t LimitLow
 low bound of what offset should be
 

Detailed Description

This data structure contains the collection of current sensor properties that the user can initialize and monitor.

Definition at line 22 of file dev_current_sensor.c.

Field Documentation

◆ Accumulator

uint32_t Accumulator

Definition at line 24 of file dev_current_sensor.c.

◆ CalibrationComplete

bool CalibrationComplete

Definition at line 27 of file dev_current_sensor.c.

◆ LimitHigh

uint16_t LimitHigh

Definition at line 28 of file dev_current_sensor.c.

◆ LimitLow

uint16_t LimitLow

Definition at line 29 of file dev_current_sensor.c.

◆ MeasurementCounter

uint16_t MeasurementCounter

Definition at line 25 of file dev_current_sensor.c.

◆ Offset

uint16_t Offset

Definition at line 26 of file dev_current_sensor.c.


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