pub struct W(_);
Expand description
Register CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn apb_clk_sel(&mut self) -> APB_CLK_SEL_W<'_, 0>
pub fn apb_clk_sel(&mut self) -> APB_CLK_SEL_W<'_, 0>
Bits 0:1 - This bit is used to select clock source for the 4 timers . 1: APB_CLK. 2: RTC8M_CLK. 3: XTAL_CLK.
Methods from Deref<Target = W<CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more