[][src]Enum stm32f4::stm32f469::fmc::bcr1::CCLKEN_A

pub enum CCLKEN_A {
    ENABLED,
    DISABLED,
}

CCLKEN

Value on reset: 0

Variants

ENABLED

1: The FMC_CLK is only generated during the synchronous memory access (read/write transaction)

DISABLED

0: The FMC_CLK is generated continuously during asynchronous and synchronous access. The FMC_CLK clock is activated when the CCLKEN is set

Trait Implementations

impl Clone for CCLKEN_A[src]

impl Copy for CCLKEN_A[src]

impl Debug for CCLKEN_A[src]

impl From<CCLKEN_A> for bool[src]

impl PartialEq<CCLKEN_A> for CCLKEN_A[src]

impl StructuralPartialEq for CCLKEN_A[src]

Auto Trait Implementations

impl Send for CCLKEN_A

impl Sync for CCLKEN_A

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