Manual
Network Appliance FWS-7400
Appendix C Standard LAN Bypass Platform Setting C-12
C.4 Software Reset button (General Propose Input)
Introduction
FWS-7400 provides a general propose input button which status can get by
AAEON SDK.
Soft Reset Button Configuration
Table2:LANBypassrelativeregistertable
Function Description
BTN_STS Readingthisregisterreturnsthepinlevelstatus
whichisnormalhighactivelow.
0:PinLevelStatesLow.
1:PinLevelStatesHigh.
Table1:SoftResetButtonregistermappingtable
Attribute Register(I/O) BitNum Value
BTN_STS R 0xA05(Note1)
4(Note2) (Note3)
Sample Code
************************************************************************************
#defineWordBTN_STS//ThisparameterisrepresentedfromNote1
#defineByteBTN_STS_R//ThisparameterisrepresentedfromNote2
************************************************************************************
Byte
GET_Value(WordIoAddr,ByteBitNum,ByteValue){BYTETmpValue;