Type Alias R

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

Register STATUS reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn covf(&self) -> COVF_R

Bits 0:3 - COVF

Source

pub fn busy(&self) -> BUSY_R

Bit 16 - BUSY

Source

pub fn tovf(&self) -> TOVF_R

Bit 31 - TOVF

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more