pub struct W(_);
Expand description
Register CH%s_CONF0
writer
Implementations§
source§impl W
impl W
sourcepub fn timer_sel(&mut self) -> TIMER_SEL_W<'_, 0>
pub fn timer_sel(&mut self) -> TIMER_SEL_W<'_, 0>
Bits 0:1 - reg_timer_sel_lsch0.
sourcepub fn sig_out_en(&mut self) -> SIG_OUT_EN_W<'_, 2>
pub fn sig_out_en(&mut self) -> SIG_OUT_EN_W<'_, 2>
Bit 2 - reg_sig_out_en_lsch0.
sourcepub fn ovf_cnt_en(&mut self) -> OVF_CNT_EN_W<'_, 15>
pub fn ovf_cnt_en(&mut self) -> OVF_CNT_EN_W<'_, 15>
Bit 15 - reg_ovf_cnt_en_lsch0.
sourcepub fn ovf_cnt_reset(&mut self) -> OVF_CNT_RESET_W<'_, 16>
pub fn ovf_cnt_reset(&mut self) -> OVF_CNT_RESET_W<'_, 16>
Bit 16 - reg_ovf_cnt_reset_lsch0.
Methods from Deref<Target = W<CH_CONF0_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