1. | RAS | |
1-1. | Common function | |
1-2. | Status acquisition function | |
1-3. | Watchdog timer(WDT) function | |
1-4. | IO port function | |
1-5. | Remote reset function | |
1-6. | Backlight function | |
2. | Shared memory |
Common function | |
Function | Contents |
OpenDrv | Acquire device driver handle for communicating with device driver. |
CloseDrv | Close the driver opened in OpenDrv. |
GetDrvVersionEx | Acquire driver version. |
Status acquisition function | |
Function | Contents |
GetCurrentVolt | Voltage is acquired. |
GetCurrentFan | Fan speed is acquired. |
GetEnableFan | Fan monitoring is acquired whether it is valid or not. |
GetCurrentTemp | Temperature is acquired. |
GetLightBlow | Backlight burnout status is acquired. |
Watchdog timer(WDT) function | |
Function | Contents |
SetWdtCounter | Time out value for WDT is set. |
GetWdtCounter | WDT time out value set in SetWdtCouter is acquired. |
StartWdt | WDT is started or restarted. |
StopWdt | Stop WDT. |
GetWdtStatus | WDT condition is acquired. |
ClearWdtTimeout | WDT time out status is canceled. |
SetWdtResetMask | H/W reset setting is entered for WDT time out. |
GetWdtResetMask | H/W reset setting is acquired when WDT is time out. |
IO port function | |
Function | Contents |
GetDin | DIN input status in RAS port acquired. |
ClearDin | DIN input status in RAS port is canceled. |
SetDinMask | DIN input mask in RAS port is set. |
GetDinMask | DIN input mask in RAS port is acquired. |
SetDout | DOUT output for RAS port is set. |
GetDout | DOUT output status for RAS port is acquired. |
Remote reset function | |
Function | Contents |
SetResetMask | Reset input mask for RAS port is set. |
GetResetMask | Mask status of Reset input in RAS port is acquired. |
Backlight function | |
Function | Contents |
SetBlControl | ON/OFF of backlight is controlled. |
GetBlControl | Backlight ON/OFF status is acquired. |
SetBlBrightness | Backlight brightness is controlled. |
GetBlBrightness | Backlight brightness is acquired. |
Shared memory function | |
Function | Contents |
DevWordWrite | Write into shared memory. |
DevWordRead | Read from shared memory. |