[−][src]Enum stm32f0xx_hal::stm32::tim2::smcr::ETFW
Values that can be written to the field ETF
Variants
NOFILTERNo filter, sampling is done at fDTS
FCK_INT_N2fSAMPLING=fCK_INT, N=2
FCK_INT_N4fSAMPLING=fCK_INT, N=4
FCK_INT_N8fSAMPLING=fCK_INT, N=8
FDTS_DIV2_N6fSAMPLING=fDTS/2, N=6
FDTS_DIV2_N8fSAMPLING=fDTS/2, N=8
FDTS_DIV4_N6fSAMPLING=fDTS/4, N=6
FDTS_DIV4_N8fSAMPLING=fDTS/4, N=8
FDTS_DIV8_N6fSAMPLING=fDTS/8, N=6
FDTS_DIV8_N8fSAMPLING=fDTS/8, N=8
FDTS_DIV16_N5fSAMPLING=fDTS/16, N=5
FDTS_DIV16_N6fSAMPLING=fDTS/16, N=6
FDTS_DIV16_N8fSAMPLING=fDTS/16, N=8
FDTS_DIV32_N5fSAMPLING=fDTS/32, N=5
FDTS_DIV32_N6fSAMPLING=fDTS/32, N=6
FDTS_DIV32_N8fSAMPLING=fDTS/32, N=8
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self