Type Alias R

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

Register CCR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn presc(&self) -> PRESC_R

Bits 18:21 - ADC prescaler

Source

pub fn vrefen(&self) -> VREFEN_R

Bit 22 - VREFINT enable

Source

pub fn tsen(&self) -> TSEN_R

Bit 23 - Temperature sensor enable

Source

pub fn lfmen(&self) -> LFMEN_R

Bit 25 - Low Frequency Mode 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