[][src]Enum stm32f7::stm32f7x9::fmc::pcr::ECCPS_A

#[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 From<ECCPS_A> for u8[src]

impl PartialEq<ECCPS_A> for ECCPS_A[src]

impl StructuralPartialEq for ECCPS_A[src]

Auto Trait Implementations

impl Send for ECCPS_A

impl Sync for ECCPS_A

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