[][src]Struct stm32f3xx_hal_v2::pac::ADC2

pub struct ADC2 { /* fields omitted */ }

Analog-to-Digital Converter

Implementations

impl ADC2[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Trait Implementations

impl Channel<ADC2> for PA4<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for PA5<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for PB2<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for PF2<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for PA6<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for PA7<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for PC4<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for PC0<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for PC1<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for PC2<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for PC3<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC2> for PC5<Analog>[src]

type ID = u8

Channel ID type Read more

impl Deref for ADC2[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl<WORD, PIN> OneShot<ADC2, WORD, PIN> for Adc<ADC2> where
    WORD: From<u16>,
    PIN: Channel<ADC2, ID = u8>, 
[src]

type Error = ()

Error type returned by ADC methods

impl Send for ADC2[src]

Auto Trait Implementations

impl !Sync for ADC2[src]

impl Unpin for ADC2[src]

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.