Struct esp32s2::rtc_i2c::scl_start_period::R
source · pub struct R(_);Expand description
Register SCL_START_PERIOD reader
Implementations§
source§impl R
impl R
sourcepub fn scl_start_period(&self) -> SCL_START_PERIOD_R
pub fn scl_start_period(&self) -> SCL_START_PERIOD_R
Bits 0:19 - Number of clock cycles to wait after generating a start condition.
Methods from Deref<Target = R<SCL_START_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