pub struct R(_);
Expand description
Register I2C1_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn i2c1_clk_en(&self) -> I2C1_CLK_EN_R
pub fn i2c1_clk_en(&self) -> I2C1_CLK_EN_R
Bit 0 - Set 1 to enable i2c apb clock
sourcepub fn i2c1_rst_en(&self) -> I2C1_RST_EN_R
pub fn i2c1_rst_en(&self) -> I2C1_RST_EN_R
Bit 1 - Set 0 to reset i2c module
sourcepub fn i2c1_ready(&self) -> I2C1_READY_R
pub fn i2c1_ready(&self) -> I2C1_READY_R
Bit 2 - Query this field after reset i2c1 module
Methods from Deref<Target = R<I2C1_CONF_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