Struct esp32s3::sens::sar_i2c_ctrl::W
source · pub struct W(_);
Expand description
Register SAR_I2C_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn sar_i2c_ctrl(&mut self) -> SAR_I2C_CTRL_W<'_, 0>
pub fn sar_i2c_ctrl(&mut self) -> SAR_I2C_CTRL_W<'_, 0>
Bits 0:27 - I2C control data only active when reg_sar_i2c_start_force = 1
sourcepub fn sar_i2c_start(&mut self) -> SAR_I2C_START_W<'_, 28>
pub fn sar_i2c_start(&mut self) -> SAR_I2C_START_W<'_, 28>
Bit 28 - start I2C only active when reg_sar_i2c_start_force = 1
sourcepub fn sar_i2c_start_force(&mut self) -> SAR_I2C_START_FORCE_W<'_, 29>
pub fn sar_i2c_start_force(&mut self) -> SAR_I2C_START_FORCE_W<'_, 29>
Bit 29 - 1: I2C started by SW 0: I2C started by FSM
Methods from Deref<Target = W<SAR_I2C_CTRL_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