[−][src]Enum stm32f1xx_hal::stm32::adc1::smpr1::SMP10R
Possible values of the field SMP10
Variants
CYCLES1_51.5 ADC clock cycles
CYCLES7_57.5 ADC clock cycles
CYCLES13_513.5 ADC clock cycles
CYCLES28_528.5 ADC clock cycles
CYCLES41_541.5 ADC clock cycles
CYCLES55_555.5 ADC clock cycles
CYCLES71_571.5 ADC clock cycles
CYCLES239_5239.5 ADC clock cycles
Methods
impl SMP10R[src]
pub fn bits(&self) -> u8[src]
Value of the field as raw bits
pub fn is_cycles1_5(&self) -> bool[src]
Checks if the value of the field is CYCLES1_5
pub fn is_cycles7_5(&self) -> bool[src]
Checks if the value of the field is CYCLES7_5
pub fn is_cycles13_5(&self) -> bool[src]
Checks if the value of the field is CYCLES13_5
pub fn is_cycles28_5(&self) -> bool[src]
Checks if the value of the field is CYCLES28_5
pub fn is_cycles41_5(&self) -> bool[src]
Checks if the value of the field is CYCLES41_5
pub fn is_cycles55_5(&self) -> bool[src]
Checks if the value of the field is CYCLES55_5
pub fn is_cycles71_5(&self) -> bool[src]
Checks if the value of the field is CYCLES71_5
pub fn is_cycles239_5(&self) -> bool[src]
Checks if the value of the field is CYCLES239_5
Trait Implementations
impl PartialEq<SMP10R> for SMP10R[src]
fn eq(&self, other: &SMP10R) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Copy for SMP10R[src]
impl Debug for SMP10R[src]
impl Clone for SMP10R[src]
Auto Trait Implementations
Blanket Implementations
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> From<T> for T[src]
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