Struct nrf5340_net_pac::acl_ns::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: Start address of region to protect. The start address must be word-aligned.

size: Reg<SIZE_SPEC>

0x04 - Description cluster: Size of region to protect counting from address ACL[n].ADDR. Writing a ‘0’ has 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

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

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.