Difference between revisions of "OCEOS/oceos protection"
Jump to navigation
Jump to search
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...") |
Okhoruzhyy (talk | contribs) |
||
Line 1: | Line 1: | ||
=<span style="color:#0000ff">'''OCEOS | =<span style="color:#0000ff">'''OCEOS Memory Protection For GR716'''</span>= | ||
==<span style="color:#0000ff"> | ==<span style="color:#0000ff">Memory Protection Introduction</span>== | ||
==<span style="color:#0000ff"> | ==<span style="color:#0000ff">Memory Protection Configuration</span>== | ||
<blockquote> | <blockquote> | ||
Revision as of 15:19, 28 March 2022
OCEOS Memory Protection For GR716
Memory Protection Introduction
Memory Protection 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 | * | * | * |