Struct nrf52840::acl::ACL[][src]

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

Register block

Fields

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

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

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

0x0c - Unspecified

Auto Trait Implementations

impl Send for ACL

impl !Sync for ACL