pub struct W(_);
Expand description
Register TO
writer
Implementations§
source§impl W
impl W
sourcepub fn time_out_value(&mut self) -> TIME_OUT_VALUE_W<'_, 0>
pub fn time_out_value(&mut self) -> TIME_OUT_VALUE_W<'_, 0>
Bits 0:4 - reg_time_out_value
sourcepub fn time_out_en(&mut self) -> TIME_OUT_EN_W<'_, 5>
pub fn time_out_en(&mut self) -> TIME_OUT_EN_W<'_, 5>
Bit 5 - reg_time_out_en
Methods from Deref<Target = W<TO_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