[][src]Enum stm32f4xx_hal::stm32::fmc::pcr::ECCPSW

pub enum ECCPSW {
    BYTES256,
    BYTES512,
    BYTES1024,
    BYTES2048,
    BYTES4096,
    BYTES8192,
}

Values that can be written to the field ECCPS

Variants

BYTES256

ECC page size 256 bytes

BYTES512

ECC page size 512 bytes

BYTES1024

ECC page size 1024 bytes

BYTES2048

ECC page size 2048 bytes

BYTES4096

ECC page size 4096 bytes

BYTES8192

ECC page size 8192 bytes

Trait Implementations

impl PartialEq<ECCPSW> for ECCPSW[src]

impl Debug for ECCPSW[src]

impl Clone for ECCPSW[src]

impl Copy for ECCPSW[src]

Auto Trait Implementations

impl Unpin for ECCPSW

impl Send for ECCPSW

impl Sync for ECCPSW

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self