Struct esp32c6::i2c0::scl_low_period::R
source · pub struct R(_);Expand description
Register SCL_LOW_PERIOD reader
Implementations§
source§impl R
impl R
sourcepub fn scl_low_period(&self) -> SCL_LOW_PERIOD_R
pub fn scl_low_period(&self) -> SCL_LOW_PERIOD_R
Bits 0:8 - This register is used to configure for how long SCL remains low in master mode, in I2C module clock cycles.
Methods from Deref<Target = R<SCL_LOW_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