Type Alias R

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

Register IER reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn eoaie(&self) -> EOAIE_R

Bit 0 - End of acquisition interrupt enable

Source

pub fn mceie(&self) -> MCEIE_R

Bit 1 - Max count error interrupt enable

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more