#[repr(C)]pub struct ACL {
pub addr: ADDR,
pub size: SIZE,
pub perm: PERM,
pub unused0: UNUSED0,
}Expand description
Register block
Fields§
§addr: ADDR0x00 - Description cluster[n]: Configure the word-aligned start address of region n to protect
size: SIZE0x04 - Description cluster[n]: Size of region to protect counting from address ACL[n].ADDR. Write ‘0’ as no effect.
perm: PERM0x08 - Description cluster[n]: Access permissions for region n as defined by start address ACL[n].ADDR and size ACL[n].SIZE
unused0: UNUSED00x0c - Unspecified
Auto Trait Implementations§
impl !Freeze for ACL
impl !RefUnwindSafe for ACL
impl Send for ACL
impl !Sync for ACL
impl Unpin for ACL
impl UnwindSafe for ACL
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more