Struct stm32f407g_disc::ADC3[]

pub struct ADC3 { /* fields omitted */ }

Analog-to-digital converter

Implementations

impl ADC3

pub const fn ptr() -> *const RegisterBlock

Returns a pointer to the register block

Trait Implementations

impl Channel<ADC3> for Vref[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for PA1<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for PF8<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for PA2<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for PA0<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for PF3<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for Temperature[src]

type ID = u8

Channel ID type Read more

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

type ID = u8

Channel ID type Read more

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

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for PF9<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for PF4<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for Vbat[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for PF7<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for PF6<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for PF5<Analog>[src]

type ID = u8

Channel ID type Read more

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

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for PA3<Analog>[src]

type ID = u8

Channel ID type Read more

impl Channel<ADC3> for PF10<Analog>[src]

type ID = u8

Channel ID type Read more

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

type ID = u8

Channel ID type Read more

impl DMASet<Stream0<DMA2>, Channel2, PeripheralToMemory> for ADC3[src]

impl DMASet<Stream1<DMA2>, Channel2, PeripheralToMemory> for ADC3[src]

impl Deref for ADC3

type Target = RegisterBlock

The resulting type after dereferencing.

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

type Error = ()

Error type returned by ADC methods

impl PeriAddress for ADC3[src]

type MemSize = u16

Memory size of the peripheral.

impl Send for ADC3

Auto Trait Implementations

impl !Sync for ADC3

impl Unpin for ADC3

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.