[][src]Enum nrf52840_pac::qspi::ifconfig0::PPSIZE_A

pub enum PPSIZE_A {
    _256BYTES,
    _512BYTES,
}

Page size for commands PP, PP2O, PP4O and PP4IO.

Value on reset: 0

Variants

_256BYTES

0: 256 bytes.

_512BYTES

1: 512 bytes.

Trait Implementations

impl Clone for PPSIZE_A[src]

impl Copy for PPSIZE_A[src]

impl Debug for PPSIZE_A[src]

impl From<PPSIZE_A> for bool[src]

impl PartialEq<PPSIZE_A> for PPSIZE_A[src]

impl StructuralPartialEq for PPSIZE_A[src]

Auto Trait Implementations

impl Send for PPSIZE_A

impl Sync for PPSIZE_A

impl Unpin for PPSIZE_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<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.