public interface ICatalystManagementService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME
service name of this interface for the bundle activator
(com.esf.catalyst.system.management.service)
|
Modifier and Type | Method and Description |
---|---|
short |
getWatchdogTimerInitialCount()
gets the initial count for the watchdog timer when the trigger bit is set in the
control/status register.
|
void |
setWatchdogCounter(short count)
sets the down counter for the watchdog timer
|
void |
setWatchdogCsr(byte controlData)
sets the bits defined in the watchdog timer control status register
|
static final java.lang.String SERVICE_NAME
void setWatchdogCsr(byte controlData) throws java.lang.Exception
controlData
- a byte containing the value to write to the watchdog timer
control status registerjava.lang.Exception
- if the status register can not be written tovoid setWatchdogCounter(short count) throws java.lang.Exception
count
- the count for the watchdog timer counter registerjava.lang.Exception
- if the watchdog counter register can not be writtenshort getWatchdogTimerInitialCount() throws java.lang.Exception
java.lang.Exception
- if the register can not be readCopyright © 2009 Eurotech Inc. All rights reserved.