pub struct W(_);
Expand description
Register TO
writer
Implementations
sourceimpl 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:23 - This register is used to configure the timeout for receiving a data bit in APB clock cycles.
sourcepub fn time_out_en(&mut self) -> TIME_OUT_EN_W<'_, 24>
pub fn time_out_en(&mut self) -> TIME_OUT_EN_W<'_, 24>
Bit 24 - This is the enable bit for time out control.
Methods from Deref<Target = W<TO_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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