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

#[repr(C)]
pub struct ACL { pub addr: Reg<ADDR_SPEC>, pub size: Reg<SIZE_SPEC>, pub perm: Reg<PERM_SPEC>, }
Expand description

Register block

Fields

addr: Reg<ADDR_SPEC>

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

size: Reg<SIZE_SPEC>

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

perm: Reg<PERM_SPEC>

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Casts the value.

Should always be Self

Casts the value.

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.

Casts the value.

Casts the value.