[][src]Trait drone_stm32_map_periph_adc::UAdcCfgr

pub trait UAdcCfgr<T: AdcMap>: URwReg {
    fn from_fields(map: UAdcCfgrFields<T>) -> Self;
fn into_fields(self) -> UAdcCfgrFields<T>;
fn align(&self) -> &T::UAdcCfgrAlign;
fn autdly(&self) -> &T::UAdcCfgrAutdly;
fn awd1en(&self) -> &T::UAdcCfgrAwd1En;
fn awd1sgl(&self) -> &T::UAdcCfgrAwd1Sgl;
fn awdch1ch(&self) -> &T::UAdcCfgrAwdch1Ch;
fn cont(&self) -> &T::UAdcCfgrCont;
fn discen(&self) -> &T::UAdcCfgrDiscen;
fn discnum(&self) -> &T::UAdcCfgrDiscnum;
fn dmacfg(&self) -> &T::UAdcCfgrDmacfg;
fn dmaen(&self) -> &T::UAdcCfgrDmaen;
fn exten(&self) -> &T::UAdcCfgrExten;
fn extsel(&self) -> &T::UAdcCfgrExtsel;
fn jauto(&self) -> &T::UAdcCfgrJauto;
fn jawd1en(&self) -> &T::UAdcCfgrJawd1En;
fn jdiscen(&self) -> &T::UAdcCfgrJdiscen;
fn jqdis(&self) -> &T::UAdcCfgrJqdis;
fn jqm(&self) -> &T::UAdcCfgrJqm;
fn ovrmod(&self) -> &T::UAdcCfgrOvrmod;
fn res(&self) -> &T::UAdcCfgrRes; }

Required methods

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

fn into_fields(self) -> UAdcCfgrFields<T>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementations on Foreign Types

impl UAdcCfgr<Adc1> for Reg<Urt>[src]

Loading content...

Implementors

Loading content...