[][src]Struct nrf52840_hal::target::acl::ACL

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

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

impl Send for ACL

impl !Sync for ACL

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self