Class BusConfig
-
- All Implemented Interfaces:
public class BusConfigHelper class to manipulate Bus config data
-
-
Field Summary
Fields Modifier and Type Field Description public final static intNORDIC_AUTO_POWER_OFF_MIN_DELAYpublic final static intNORDIC_AUTO_POWER_OFF_DEFAULT_DELAYpublic final static intNORDIC_AUTO_POWER_OFF_MAX_DELAYpublic final static intNORDIC_AUTO_POWER_OFF_DISABLEDpublic final static intGOLLUM_PO_ST_STATUS_ASYNC_SUPPORTEDpublic final static intGOLLUM_PO_ST_STATUS_ASYNC_ENABLEDpublic final static intGOLLUM_PO_ST_STATUS_BUTTONS_LOCKED
-
Method Summary
Modifier and Type Method Description intgetPowerOnSelfTestResult()intgetAutoPowerOffTimer()booleanisAsyncModeSupported()booleanisAsyncModeEnabled()booleanisHwButtonsLocked()static booleanisAutoPowerOffTimerValid(int autoPowerOffTimer)booleanisAutoPowerOffTimerValid()-
-
Method Detail
-
getPowerOnSelfTestResult
int getPowerOnSelfTestResult()
- Returns:
Power On Self Test bitmask result
-
getAutoPowerOffTimer
int getAutoPowerOffTimer()
- Returns:
Auto Power Off Timer value in mn
-
isAsyncModeSupported
boolean isAsyncModeSupported()
-
isAsyncModeEnabled
boolean isAsyncModeEnabled()
-
isHwButtonsLocked
boolean isHwButtonsLocked()
-
isAutoPowerOffTimerValid
static boolean isAutoPowerOffTimerValid(int autoPowerOffTimer)
- Returns:
true if Auto Power Off Timer value is valid
-
isAutoPowerOffTimerValid
boolean isAutoPowerOffTimerValid()
- Returns:
true if Auto Power Off Timer value is valid
-
-
-
-