pub struct R(_);
Expand description
Register CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn sda_force_out(&self) -> SDA_FORCE_OUT_R
pub fn sda_force_out(&self) -> SDA_FORCE_OUT_R
Bit 0 - 1=push pull,0=open drain
sourcepub fn scl_force_out(&self) -> SCL_FORCE_OUT_R
pub fn scl_force_out(&self) -> SCL_FORCE_OUT_R
Bit 1 - 1=push pull,0=open drain
sourcepub fn trans_start(&self) -> TRANS_START_R
pub fn trans_start(&self) -> TRANS_START_R
Bit 3 - force start
sourcepub fn tx_lsb_first(&self) -> TX_LSB_FIRST_R
pub fn tx_lsb_first(&self) -> TX_LSB_FIRST_R
Bit 4 - transit lsb first
sourcepub fn rx_lsb_first(&self) -> RX_LSB_FIRST_R
pub fn rx_lsb_first(&self) -> RX_LSB_FIRST_R
Bit 5 - receive lsb first
sourcepub fn i2c_ctrl_clk_gate_en(&self) -> I2C_CTRL_CLK_GATE_EN_R
pub fn i2c_ctrl_clk_gate_en(&self) -> I2C_CTRL_CLK_GATE_EN_R
Bit 29 - configure i2c ctrl clk enable
sourcepub fn i2c_reset(&self) -> I2C_RESET_R
pub fn i2c_reset(&self) -> I2C_RESET_R
Bit 30 - rtc i2c sw reset
sourcepub fn i2cclk_en(&self) -> I2CCLK_EN_R
pub fn i2cclk_en(&self) -> I2CCLK_EN_R
Bit 31 - rtc i2c reg clk gating
Methods from Deref<Target = R<CTRL_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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