Version


typedef struct
{
DWORD size;
DWORD voltage_presence;
DWORD board_presence;
DWORD thermometer_presence;
DWORD thermal_state;
DWORD hmic_error;
DWORD slic_error[3];
} CDI_BOARD_STATUS;


|
Temperature State
|
Description
|
|---|---|
|
Normal
|
Temperature is within normal operating range.
|
|
Warning
|
Temperature has reached warning range.
|
|
Protection
|
Temperature has reached protection range.
|
This tone cannot be changed.

|
Value
|
Description
|
|---|---|
|
RESET_USER_LED
|
Turn off the application LED.
|
|
SET_USER_LED
|
Turn on the application LED.
|
|
TOGGLE_USER_LED
|
Change LED to the other state.
|
Version