[][src]Enum stm32h7::stm32h743::adc3::smpr1::SMP9R

pub enum SMP9R {
    CYCLES1_5,
    CYCLES2_5,
    CYCLES8_5,
    CYCLES16_5,
    CYCLES32_5,
    CYCLES64_5,
    CYCLES387_5,
    CYCLES810_5,
}

Possible values of the field SMP9

Variants

CYCLES1_5

1.5 ADC clock cycles

CYCLES2_5

2.5 ADC clock cycles

CYCLES8_5

8.5 ADC clock cycles

CYCLES16_5

16.5 ADC clock cycles

CYCLES32_5

32.5 ADC clock cycles

CYCLES64_5

64.5 ADC clock cycles

CYCLES387_5

387.5 ADC clock cycles

CYCLES810_5

810.5 ADC clock cycles

Methods

impl SMP9R[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_cycles2_5(&self) -> bool[src]

Checks if the value of the field is CYCLES2_5

pub fn is_cycles8_5(&self) -> bool[src]

Checks if the value of the field is CYCLES8_5

pub fn is_cycles16_5(&self) -> bool[src]

Checks if the value of the field is CYCLES16_5

pub fn is_cycles32_5(&self) -> bool[src]

Checks if the value of the field is CYCLES32_5

pub fn is_cycles64_5(&self) -> bool[src]

Checks if the value of the field is CYCLES64_5

pub fn is_cycles387_5(&self) -> bool[src]

Checks if the value of the field is CYCLES387_5

pub fn is_cycles810_5(&self) -> bool[src]

Checks if the value of the field is CYCLES810_5

Trait Implementations

impl Debug for SMP9R[src]

impl PartialEq<SMP9R> for SMP9R[src]

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

This method tests for !=.

impl Copy for SMP9R[src]

impl Clone for SMP9R[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 SMP9R

impl Send for SMP9R

impl Sync for SMP9R

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