#[repr(u8)]
pub enum SIZE_A {
    DISABLED,
    _32,
    _64,
    _128,
    _256,
    _512,
    _1024,
    _2048,
    _4096,
}
Expand description

Size of the non-secure callable (NSC) region n

Value on reset: 0

Variants

DISABLED

0: The region n is not defined as a non-secure callable region. Normal security attributes (secure or non-secure) are enforced.

_32

1: The region n is defined as non-secure callable with size 32 bytes

_64

2: The region n is defined as non-secure callable with size 64 bytes

_128

3: The region n is defined as non-secure callable with size 128 bytes

_256

4: The region n is defined as non-secure callable with size 256 bytes

_512

5: The region n is defined as non-secure callable with size 512 bytes

_1024

6: The region n is defined as non-secure callable with size 1024 bytes

_2048

7: The region n is defined as non-secure callable with size 2048 bytes

_4096

8: The region n is defined as non-secure callable with size 4096 bytes

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.