Type Alias R

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

Register CFR reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn w(&self) -> W_R

Bits 0:6 - 7-bit window value

Source

pub fn wdgtb(&self) -> WDGTB_R

Bits 7:8 - Timer Base

Source

pub fn ewi(&self) -> EWI_R

Bit 9 - Early Wakeup Interrupt

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more