pub struct R(_);
Expand description
Register CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn apb_clk_sel(&self) -> APB_CLK_SEL_R
pub fn apb_clk_sel(&self) -> APB_CLK_SEL_R
Bits 0:1 - This bit is used to select clock source for the 4 timers . 2’d1: APB_CLK 2’d2: RTC8M_CLK 2’d3: XTAL_CLK
Methods from Deref<Target = R<CONF_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more