OCEOS/oceos protection
Revision as of 15:18, 28 March 2022 by Okhoruzhyy (talk | contribs) (Created page with "=<span style="color:#0000ff">'''OCEOS Fault Detection, Isolation and Recovery (FDIR)'''</span>= ==<span style="color:#0000ff">FDIR Introduction</span>== ==<span style="color...")
OCEOS Fault Detection, Isolation and Recovery (FDIR)
FDIR Introduction
FDIR Configuration
API Functions
Directive | Description | main | task | IRQ handler |
---|---|---|---|---|
oceos_system_state_get() | Get the value of the system state variable | * | * | * |
oceos_system_state_set() | Set system state variable | * | * | * |
oceos_system_watchdog_init() | Initialize the watchdog | * | * | * |
oceos_system_watchdog_enable() | Enable the watchdog | * | * | * |
oceos_system_watchdog_disable() | Disable the watchdog | * | * | * |
oceos_system_watchdog_ticks_remaining() | Get the number of ticks to watchdog timeout | * | * | * |
oceos_system_watchdog_reset() | Reset the watchdog | * | * | * |