pub struct W(_);
Expand description
Register SAR_I2C_CTRL
writer
Implementations
sourceimpl 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
sourceimpl From<W<SAR_I2C_CTRL_SPEC>> for W
impl From<W<SAR_I2C_CTRL_SPEC>> for W
sourcefn from(writer: W<SAR_I2C_CTRL_SPEC>) -> Self
fn from(writer: W<SAR_I2C_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more