ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
internal_storage_span_t Struct Reference

One overflow-checked half-open caller-storage interval. More...

Data Fields

uintptr_t begin
 First byte address.
uintptr_t end
 One-past-last byte address.

Detailed Description

One overflow-checked half-open caller-storage interval.

Definition at line 31 of file mdl_storage.c.

Field Documentation

◆ begin

uintptr_t internal_storage_span_t::begin

First byte address.

Definition at line 32 of file mdl_storage.c.

Referenced by internal_overlap().

◆ end

uintptr_t internal_storage_span_t::end

One-past-last byte address.

Definition at line 33 of file mdl_storage.c.

Referenced by internal_overlap().


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