[][src]Enum stm32f3::stm32f3x8::tim2::ccmr1_input::IC1F_A

#[repr(u8)]
pub enum IC1F_A {
    NOFILTER,
    FCK_INT_N2,
    FCK_INT_N4,
    FCK_INT_N8,
    FDTS_DIV2_N6,
    FDTS_DIV2_N8,
    FDTS_DIV4_N6,
    FDTS_DIV4_N8,
    FDTS_DIV8_N6,
    FDTS_DIV8_N8,
    FDTS_DIV16_N5,
    FDTS_DIV16_N6,
    FDTS_DIV16_N8,
    FDTS_DIV32_N5,
    FDTS_DIV32_N6,
    FDTS_DIV32_N8,
}

Input capture 1 filter

Value on reset: 0

Variants

NOFILTER

0: No filter, sampling is done at fDTS

FCK_INT_N2

1: fSAMPLING=fCK_INT, N=2

FCK_INT_N4

2: fSAMPLING=fCK_INT, N=4

FCK_INT_N8

3: fSAMPLING=fCK_INT, N=8

FDTS_DIV2_N6

4: fSAMPLING=fDTS/2, N=6

FDTS_DIV2_N8

5: fSAMPLING=fDTS/2, N=8

FDTS_DIV4_N6

6: fSAMPLING=fDTS/4, N=6

FDTS_DIV4_N8

7: fSAMPLING=fDTS/4, N=8

FDTS_DIV8_N6

8: fSAMPLING=fDTS/8, N=6

FDTS_DIV8_N8

9: fSAMPLING=fDTS/8, N=8

FDTS_DIV16_N5

10: fSAMPLING=fDTS/16, N=5

FDTS_DIV16_N6

11: fSAMPLING=fDTS/16, N=6

FDTS_DIV16_N8

12: fSAMPLING=fDTS/16, N=8

FDTS_DIV32_N5

13: fSAMPLING=fDTS/32, N=5

FDTS_DIV32_N6

14: fSAMPLING=fDTS/32, N=6

FDTS_DIV32_N8

15: fSAMPLING=fDTS/32, N=8

Trait Implementations

impl Clone for IC1F_A[src]

impl Copy for IC1F_A[src]

impl Debug for IC1F_A[src]

impl From<IC1F_A> for u8[src]

impl PartialEq<IC1F_A> for IC1F_A[src]

impl StructuralPartialEq for IC1F_A[src]

Auto Trait Implementations

impl Send for IC1F_A

impl Sync for IC1F_A

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