pub struct W(_);Expand description
Register I2C1_CONF writer
Implementations§
source§impl W
impl W
sourcepub fn i2c1_clk_en(&mut self) -> I2C1_CLK_EN_W<'_, 0>
pub fn i2c1_clk_en(&mut self) -> I2C1_CLK_EN_W<'_, 0>
Bit 0 - Set 1 to enable i2c apb clock
sourcepub fn i2c1_rst_en(&mut self) -> I2C1_RST_EN_W<'_, 1>
pub fn i2c1_rst_en(&mut self) -> I2C1_RST_EN_W<'_, 1>
Bit 1 - Set 0 to reset i2c module
Methods from Deref<Target = W<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