[][src]Trait drone_stm32_map_periph_adc::SAdcCfgr

pub trait SAdcCfgr<T: AdcMap>: SRwReg {
    fn from_fields(map: SAdcCfgrFields<T>) -> Self;
fn into_fields(self) -> SAdcCfgrFields<T>;
fn align(&self) -> &T::SAdcCfgrAlign;
fn autdly(&self) -> &T::SAdcCfgrAutdly;
fn awd1en(&self) -> &T::SAdcCfgrAwd1En;
fn awd1sgl(&self) -> &T::SAdcCfgrAwd1Sgl;
fn awdch1ch(&self) -> &T::SAdcCfgrAwdch1Ch;
fn cont(&self) -> &T::SAdcCfgrCont;
fn discen(&self) -> &T::SAdcCfgrDiscen;
fn discnum(&self) -> &T::SAdcCfgrDiscnum;
fn dmacfg(&self) -> &T::SAdcCfgrDmacfg;
fn dmaen(&self) -> &T::SAdcCfgrDmaen;
fn exten(&self) -> &T::SAdcCfgrExten;
fn extsel(&self) -> &T::SAdcCfgrExtsel;
fn jauto(&self) -> &T::SAdcCfgrJauto;
fn jawd1en(&self) -> &T::SAdcCfgrJawd1En;
fn jdiscen(&self) -> &T::SAdcCfgrJdiscen;
fn jqdis(&self) -> &T::SAdcCfgrJqdis;
fn jqm(&self) -> &T::SAdcCfgrJqm;
fn ovrmod(&self) -> &T::SAdcCfgrOvrmod;
fn res(&self) -> &T::SAdcCfgrRes; }

Required methods

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

fn into_fields(self) -> SAdcCfgrFields<T>

fn align(&self) -> &T::SAdcCfgrAlign

fn autdly(&self) -> &T::SAdcCfgrAutdly

fn awd1en(&self) -> &T::SAdcCfgrAwd1En

fn awd1sgl(&self) -> &T::SAdcCfgrAwd1Sgl

fn awdch1ch(&self) -> &T::SAdcCfgrAwdch1Ch

fn cont(&self) -> &T::SAdcCfgrCont

fn discen(&self) -> &T::SAdcCfgrDiscen

fn discnum(&self) -> &T::SAdcCfgrDiscnum

fn dmacfg(&self) -> &T::SAdcCfgrDmacfg

fn dmaen(&self) -> &T::SAdcCfgrDmaen

fn exten(&self) -> &T::SAdcCfgrExten

fn extsel(&self) -> &T::SAdcCfgrExtsel

fn jauto(&self) -> &T::SAdcCfgrJauto

fn jawd1en(&self) -> &T::SAdcCfgrJawd1En

fn jdiscen(&self) -> &T::SAdcCfgrJdiscen

fn jqdis(&self) -> &T::SAdcCfgrJqdis

fn jqm(&self) -> &T::SAdcCfgrJqm

fn ovrmod(&self) -> &T::SAdcCfgrOvrmod

fn res(&self) -> &T::SAdcCfgrRes

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...