pub struct R(_);
Expand description
Register I2C0_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn i2c0_clk_en(&self) -> I2C0_CLK_EN_R
pub fn i2c0_clk_en(&self) -> I2C0_CLK_EN_R
Bit 0 - Set 1 to enable i2c apb clock
sourcepub fn i2c0_rst_en(&self) -> I2C0_RST_EN_R
pub fn i2c0_rst_en(&self) -> I2C0_RST_EN_R
Bit 1 - Set 0 to reset i2c module
Methods from Deref<Target = R<I2C0_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