#[repr(C)]
pub struct ACL { pub addr: ADDR, pub size: SIZE, pub perm: PERM, pub unused0: UNUSED0, }
Expand description

Register block

Fields

addr: ADDR

0x00 - Description cluster[n]: Configure the word-aligned start address of region n to protect

size: SIZE

0x04 - Description cluster[n]: Size of region to protect counting from address ACL[n].ADDR. Write ‘0’ as no effect.

perm: PERM

0x08 - Description cluster[n]: Access permissions for region n as defined by start address ACL[n].ADDR and size ACL[n].SIZE

unused0: UNUSED0

0x0c - Unspecified

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.