pub trait RegionNum: Sealed {
    const NUM: usize;
    const OFFSET: u32;
}
Expand description

Trait providing numerical identifier and offset for each ICM Region

ICM supports 4 memory regions

Associated Constants

Numerical ID of the memory region

Memory offset

Implementors