Enum stm32f4::stm32f407::fsmc::pcr::ECCPS_A[][src]

#[repr(u8)]pub enum ECCPS_A {
    BYTES256,
    BYTES512,
    BYTES1024,
    BYTES2048,
    BYTES4096,
    BYTES8192,
}

ECCPS

Value on reset: 0

Variants

BYTES256

0: ECC page size 256 bytes

BYTES512

1: ECC page size 512 bytes

BYTES1024

2: ECC page size 1024 bytes

BYTES2048

3: ECC page size 2048 bytes

BYTES4096

4: ECC page size 4096 bytes

BYTES8192

5: ECC page size 8192 bytes

Trait Implementations

impl Clone for ECCPS_A[src]

impl Copy for ECCPS_A[src]

impl Debug for ECCPS_A[src]

impl PartialEq<ECCPS_A> for ECCPS_A[src]

impl StructuralPartialEq for ECCPS_A[src]

Auto Trait Implementations

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, 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.