[−][src]Enum stm32f1::stm32f102::tim2::ccmr1_input::IC1FR
Possible values of the field IC1F
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
Methods
impl IC1FR[src]
pub fn bits(&self) -> u8[src]
Value of the field as raw bits
pub fn is_no_filter(&self) -> bool[src]
Checks if the value of the field is NOFILTER
pub fn is_fck_int_n2(&self) -> bool[src]
Checks if the value of the field is FCK_INT_N2
pub fn is_fck_int_n4(&self) -> bool[src]
Checks if the value of the field is FCK_INT_N4
pub fn is_fck_int_n8(&self) -> bool[src]
Checks if the value of the field is FCK_INT_N8
pub fn is_fdts_div2_n6(&self) -> bool[src]
Checks if the value of the field is FDTS_DIV2_N6
pub fn is_fdts_div2_n8(&self) -> bool[src]
Checks if the value of the field is FDTS_DIV2_N8
pub fn is_fdts_div4_n6(&self) -> bool[src]
Checks if the value of the field is FDTS_DIV4_N6
pub fn is_fdts_div4_n8(&self) -> bool[src]
Checks if the value of the field is FDTS_DIV4_N8
pub fn is_fdts_div8_n6(&self) -> bool[src]
Checks if the value of the field is FDTS_DIV8_N6
pub fn is_fdts_div8_n8(&self) -> bool[src]
Checks if the value of the field is FDTS_DIV8_N8
pub fn is_fdts_div16_n5(&self) -> bool[src]
Checks if the value of the field is FDTS_DIV16_N5
pub fn is_fdts_div16_n6(&self) -> bool[src]
Checks if the value of the field is FDTS_DIV16_N6
pub fn is_fdts_div16_n8(&self) -> bool[src]
Checks if the value of the field is FDTS_DIV16_N8
pub fn is_fdts_div32_n5(&self) -> bool[src]
Checks if the value of the field is FDTS_DIV32_N5
pub fn is_fdts_div32_n6(&self) -> bool[src]
Checks if the value of the field is FDTS_DIV32_N6
pub fn is_fdts_div32_n8(&self) -> bool[src]
Checks if the value of the field is FDTS_DIV32_N8
Trait Implementations
impl PartialEq<IC1FR> for IC1FR[src]
fn eq(&self, other: &IC1FR) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Copy for IC1FR[src]
impl Debug for IC1FR[src]
impl Clone for IC1FR[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> 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> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> 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> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> 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<T> for T
type Output = T
Should always be Self