pub type SECATTR_W<'a, const O: u8> = BitWriter<'a, u32, PERM_SPEC, SECATTR_A, O>;
Expand description

Field SECATTR writer - Peripheral security mapping

Implementations

Peripheral is mapped in secure peripheral address space

If SECUREMAPPING == UserSelectable: Peripheral is mapped in non-secure peripheral address space. If SECUREMAPPING == Split: Peripheral is mapped in non-secure and secure peripheral address space.