ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
cs_region_t Struct Reference

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.
 

Detailed Description

Descriptor for a monitored memory region.

Definition at line 85 of file cs.h.

Field Documentation

◆ addr

const uint8_t* cs_region_t::addr

Start address of the region.


Definition at line 86 of file cs.h.

Referenced by __cs_get_region().

◆ baseline

uint16_t cs_region_t::baseline

Expected CRC16-CCITT value.


Definition at line 88 of file cs.h.

Referenced by __cs_get_region().

◆ enabled

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().

◆ size

uint32_t cs_region_t::size

Size in bytes.


Definition at line 87 of file cs.h.

Referenced by __cs_get_region().


The documentation for this struct was generated from the following file: