[][src]Struct stm32f3xx_hal::stm32::ADC4

pub struct ADC4 { /* fields omitted */ }

Analog-to-Digital Converter

Implementations

impl ADC4[src]

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

Returns a pointer to the register block

Trait Implementations

impl Channel<ADC4> for PE14<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC4> for PE15<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC4> for PD14<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC4> for PD8<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC4> for PD9<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC4> for PB12<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC4> for PB14<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC4> for PB15<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC4> for PE8<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC4> for PD10<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC4> for PD11<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC4> for PD12<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC4> for PD13<Analog>[src]

type ID = u8

Channel ID type Read more

impl Deref for ADC4[src]

type Target = RegisterBlock

The resulting type after dereferencing.

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

type Error = ()

Error type returned by ADC methods

impl Send for ADC4[src]

Auto Trait Implementations

impl !Sync for ADC4

impl Unpin for ADC4

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.