[][src]Trait drone_stm32_map_periph_adc::CAdcCr

pub trait CAdcCr<T: AdcMap>: CRwReg {
    fn from_fields(map: CAdcCrFields<T>) -> Self;
fn into_fields(self) -> CAdcCrFields<T>;
fn adcaldif(&self) -> &T::CAdcCrAdcaldif;
fn adcal(&self) -> &T::CAdcCrAdcal;
fn addis(&self) -> &T::CAdcCrAddis;
fn aden(&self) -> &T::CAdcCrAden;
fn adstart(&self) -> &T::CAdcCrAdstart;
fn adstp(&self) -> &T::CAdcCrAdstp;
fn advregen(&self) -> &T::CAdcCrAdvregen;
fn deeppwd(&self) -> &T::CAdcCrDeeppwd;
fn jadstart(&self) -> &T::CAdcCrJadstart;
fn jadstp(&self) -> &T::CAdcCrJadstp; }

Required methods

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

fn into_fields(self) -> CAdcCrFields<T>

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

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

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

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

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

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

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

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

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

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

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...