[][src]Enum stm32f3::stm32f303::tim3::smcr::ETFW

pub enum ETFW {
    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,
}

Values that can be written to the field ETF

Variants

NOFILTER

No filter, sampling is done at fDTS

FCK_INT_N2

fSAMPLING=fCK_INT, N=2

FCK_INT_N4

fSAMPLING=fCK_INT, N=4

FCK_INT_N8

fSAMPLING=fCK_INT, N=8

FDTS_DIV2_N6

fSAMPLING=fDTS/2, N=6

FDTS_DIV2_N8

fSAMPLING=fDTS/2, N=8

FDTS_DIV4_N6

fSAMPLING=fDTS/4, N=6

FDTS_DIV4_N8

fSAMPLING=fDTS/4, N=8

FDTS_DIV8_N6

fSAMPLING=fDTS/8, N=6

FDTS_DIV8_N8

fSAMPLING=fDTS/8, N=8

FDTS_DIV16_N5

fSAMPLING=fDTS/16, N=5

FDTS_DIV16_N6

fSAMPLING=fDTS/16, N=6

FDTS_DIV16_N8

fSAMPLING=fDTS/16, N=8

FDTS_DIV32_N5

fSAMPLING=fDTS/32, N=5

FDTS_DIV32_N6

fSAMPLING=fDTS/32, N=6

FDTS_DIV32_N8

fSAMPLING=fDTS/32, N=8

Trait Implementations

impl Debug for ETFW[src]

impl PartialEq<ETFW> for ETFW[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for ETFW[src]

impl Clone for ETFW[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for ETFW

impl Sync for ETFW

impl Send for ETFW

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self