Struct esp32::rtc_i2c::scl_stop_period::W
source · pub struct W(_);
Expand description
Register SCL_STOP_PERIOD
writer
Implementations§
source§impl W
impl W
sourcepub fn scl_stop_period(&mut self) -> SCL_STOP_PERIOD_W<'_, 0>
pub fn scl_stop_period(&mut self) -> SCL_STOP_PERIOD_W<'_, 0>
Bits 0:19 - Number of FAST_CLK cycles to wait before generating stop condition
Methods from Deref<Target = W<SCL_STOP_PERIOD_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