[][src]Trait drone_stm32_map_periph_adc::SAdcSqr4

pub trait SAdcSqr4<T: AdcMap>: SRwReg {
    fn from_fields(map: SAdcSqr4Fields<T>) -> Self;
fn into_fields(self) -> SAdcSqr4Fields<T>;
fn sq15(&self) -> &T::SAdcSqr4Sq15;
fn sq16(&self) -> &T::SAdcSqr4Sq16; }

Required methods

fn from_fields(map: SAdcSqr4Fields<T>) -> Self

fn into_fields(self) -> SAdcSqr4Fields<T>

fn sq15(&self) -> &T::SAdcSqr4Sq15

fn sq16(&self) -> &T::SAdcSqr4Sq16

Loading content...

Implementations on Foreign Types

impl SAdcSqr4<Adc1> for Reg<Srt>[src]

Loading content...

Implementors

Loading content...