[][src]Trait drone_stm32_map_periph_adc::SAdcCr

pub trait SAdcCr<T: AdcMap>: SRwReg {
    fn from_fields(map: SAdcCrFields<T>) -> Self;
fn into_fields(self) -> SAdcCrFields<T>;
fn adcaldif(&self) -> &T::SAdcCrAdcaldif;
fn adcal(&self) -> &T::SAdcCrAdcal;
fn addis(&self) -> &T::SAdcCrAddis;
fn aden(&self) -> &T::SAdcCrAden;
fn adstart(&self) -> &T::SAdcCrAdstart;
fn adstp(&self) -> &T::SAdcCrAdstp;
fn advregen(&self) -> &T::SAdcCrAdvregen;
fn deeppwd(&self) -> &T::SAdcCrDeeppwd;
fn jadstart(&self) -> &T::SAdcCrJadstart;
fn jadstp(&self) -> &T::SAdcCrJadstp; }

Required methods

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

fn into_fields(self) -> SAdcCrFields<T>

fn adcaldif(&self) -> &T::SAdcCrAdcaldif

fn adcal(&self) -> &T::SAdcCrAdcal

fn addis(&self) -> &T::SAdcCrAddis

fn aden(&self) -> &T::SAdcCrAden

fn adstart(&self) -> &T::SAdcCrAdstart

fn adstp(&self) -> &T::SAdcCrAdstp

fn advregen(&self) -> &T::SAdcCrAdvregen

fn deeppwd(&self) -> &T::SAdcCrDeeppwd

fn jadstart(&self) -> &T::SAdcCrJadstart

fn jadstp(&self) -> &T::SAdcCrJadstp

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...