#[repr(u8)]
pub enum SECUREMAPPING_A {
    NON_SECURE,
    SECURE,
    USER_SELECTABLE,
    SPLIT,
}
Expand description

Define configuration capabilities for Arm TrustZone Cortex-M secure attribute

Value on reset: 2

Variants

NON_SECURE

0: This peripheral is always accessible as a non-secure peripheral

SECURE

1: This peripheral is always accessible as a secure peripheral

USER_SELECTABLE

2: Non-secure or secure attribute for this peripheral is defined by the PERIPHID[n].PERM register

SPLIT

3: This peripheral implements the split security mechanism. Non-secure or secure attribute for this peripheral is defined by the PERIPHID[n].PERM register.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Converts to this type from the input type.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.