Type Alias R

Source
pub type R = R<CRrs>;
Expand description

Register CR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn aden(&self) -> ADEN_R

Bit 0 - ADC enable command

Source

pub fn addis(&self) -> ADDIS_R

Bit 1 - ADC disable command

Source

pub fn adstart(&self) -> ADSTART_R

Bit 2 - ADC start conversion command

Source

pub fn adstp(&self) -> ADSTP_R

Bit 4 - ADC stop conversion command

Source

pub fn adcal(&self) -> ADCAL_R

Bit 31 - ADC calibration

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more