|
ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
|
Descriptor for a monitored memory region. More...
#include <cs.h>
Data Fields | |
| const uint8_t * | addr |
| Start address of the region. | |
| uint32_t | size |
| Size in bytes. | |
| uint16_t | baseline |
| Expected CRC16-CCITT value. | |
| bool | enabled |
| True if this region is actively scanned. | |
| const uint8_t* cs_region_t::addr |
| uint16_t cs_region_t::baseline |
| bool cs_region_t::enabled |
True if this region is actively scanned.
Definition at line 89 of file cs.h.
Referenced by __cs_get_region().
| uint32_t cs_region_t::size |