[][src]Trait drone_stm32_map_periph_adc::CAdcSqr4

pub trait CAdcSqr4<T: AdcMap>: CRwReg {
    fn from_fields(map: CAdcSqr4Fields<T>) -> Self;
fn into_fields(self) -> CAdcSqr4Fields<T>;
fn sq15(&self) -> &T::CAdcSqr4Sq15;
fn sq16(&self) -> &T::CAdcSqr4Sq16; }

Required methods

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

fn into_fields(self) -> CAdcSqr4Fields<T>

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

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

Loading content...

Implementations on Foreign Types

impl CAdcSqr4<Adc1> for Reg<Crt>[src]

Loading content...

Implementors

Loading content...