Struct esp32c3::i2c0::scl_high_period::W
source · pub struct W(_);
Expand description
Register SCL_HIGH_PERIOD
writer
Implementations§
source§impl W
impl W
sourcepub fn scl_high_period(&mut self) -> SCL_HIGH_PERIOD_W<'_, 0>
pub fn scl_high_period(&mut self) -> SCL_HIGH_PERIOD_W<'_, 0>
Bits 0:8 - reg_scl_high_period
sourcepub fn scl_wait_high_period(&mut self) -> SCL_WAIT_HIGH_PERIOD_W<'_, 9>
pub fn scl_wait_high_period(&mut self) -> SCL_WAIT_HIGH_PERIOD_W<'_, 9>
Bits 9:15 - reg_scl_wait_high_period
Methods from Deref<Target = W<SCL_HIGH_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