Struct nrf52833_hal::pac::acl::ACL[][src]

#[repr(C)]pub struct ACL {
    pub addr: Reg<u32, _ADDR>,
    pub size: Reg<u32, _SIZE>,
    pub perm: Reg<u32, _PERM>,
}

Register block

Fields

addr: Reg<u32, _ADDR>

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

size: Reg<u32, _SIZE>

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

perm: Reg<u32, _PERM>

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

Auto Trait Implementations

impl Send for ACL

impl !Sync for ACL

impl Unpin for ACL

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.