[][src]Enum stm32f0xx_hal::pac::tim1::smcr::ETF_A

#[repr(u8)]pub enum ETF_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,
}

External trigger 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 ETF_A[src]

impl Copy for ETF_A[src]

impl Debug for ETF_A[src]

impl PartialEq<ETF_A> for ETF_A[src]

Auto Trait Implementations

impl Send for ETF_A

impl Sync for ETF_A

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