CAT2 Peripheral Driver Library
sensor_data_t Struct Reference

Description

Struct to hold the sensor throttling settings.

Data Fields

uint8_t sensor_ctrl
 Bit 7: 0 -> Disabled, 1 -> Enabled; Bit 6-0: I2C address.
 
uint8_t sensor_oc1
 Maximum sensor temperature for the system to function in OC1 (100%) power rating. More...
 
uint8_t sensor_oc2
 Maximum sensor temperature for the system to function in OC2 (50%) power rating. More...
 
uint8_t sensor_oc3
 Maximum sensor temperature for the system to function in OC3 (15W) power rating. More...
 

Field Documentation

◆ sensor_oc1

uint8_t sensor_data_t::sensor_oc1

Maximum sensor temperature for the system to function in OC1 (100%) power rating.

◆ sensor_oc2

uint8_t sensor_data_t::sensor_oc2

Maximum sensor temperature for the system to function in OC2 (50%) power rating.

To skip this power level, load with the 0x00. To terminate at this level, load with 0xFF.

◆ sensor_oc3

uint8_t sensor_data_t::sensor_oc3

Maximum sensor temperature for the system to function in OC3 (15W) power rating.

To skip this power level, load with the 0x00. To terminate at this level, load with 0xFF. Beyond this threshold, the port shall be shutoff.