Enum nrf52833_hal::pac::ficr::info::flash::FLASH_A[][src]

#[repr(u32)]pub enum FLASH_A {
    K128,
    K256,
    K512,
    K1024,
    K2048,
    UNSPECIFIED,
}

Flash variant

Value on reset: 4294967295

Variants

K128

128: 128 kByte FLASH

K256

256: 256 kByte FLASH

K512

512: 512 kByte FLASH

K1024

1024: 1 MByte FLASH

K2048

2048: 2 MByte FLASH

UNSPECIFIED

4294967295: Unspecified

Trait Implementations

impl Clone for FLASH_A[src]

impl Copy for FLASH_A[src]

impl Debug for FLASH_A[src]

impl PartialEq<FLASH_A> for FLASH_A[src]

impl StructuralPartialEq for FLASH_A[src]

Auto Trait Implementations

impl Send for FLASH_A

impl Sync for FLASH_A

impl Unpin for FLASH_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<Src, Dst> LosslessTryInto<Dst> for Src where
    Dst: LosslessTryFrom<Src>, 
[src]

impl<Src, Dst> LossyInto<Dst> for Src where
    Dst: LossyFrom<Src>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.