[][src]Enum stm32f3::stm32f303::tim2::sr::CC4OF_A

pub enum CC4OF_A {
    OVERCAPTURE,
}

Capture/Compare 4 overcapture flag

Value on reset: 0

Variants

OVERCAPTURE

1: The counter value has been captured in TIMx_CCRx register while CCxIF flag was already set

Trait Implementations

impl Clone for CC4OF_A[src]

impl Copy for CC4OF_A[src]

impl Debug for CC4OF_A[src]

impl From<CC4OF_A> for bool[src]

impl PartialEq<CC4OF_A> for CC4OF_A[src]

impl StructuralPartialEq for CC4OF_A[src]

Auto Trait Implementations

impl Send for CC4OF_A

impl Sync for CC4OF_A

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