Enum nrf9160_hal::pac::spu_s::flashnsc::size::SIZE_A[][src]

#[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 a 32-byte size

_64

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

_128

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

_256

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

_512

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

_1024

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

_2048

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

_4096

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

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

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.

Should always be Self

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.