pub struct R(_);
Expand description
Register TO
reader
Implementations
sourceimpl R
impl R
sourcepub fn time_out_value(&self) -> TIME_OUT_VALUE_R
pub fn time_out_value(&self) -> TIME_OUT_VALUE_R
Bits 0:4 - This register is used to configure the timeout for receiving a data bit in APB clock cycles.
sourcepub fn time_out_en(&self) -> TIME_OUT_EN_R
pub fn time_out_en(&self) -> TIME_OUT_EN_R
Bit 5 - This is the enable bit for time out control.
Methods from Deref<Target = R<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