Struct esp32c3::i2c0::slave_addr::W
source · pub struct W(_);
Expand description
Register SLAVE_ADDR
writer
Implementations§
source§impl W
impl W
sourcepub fn slave_addr(&mut self) -> SLAVE_ADDR_W<'_, 0>
pub fn slave_addr(&mut self) -> SLAVE_ADDR_W<'_, 0>
Bits 0:14 - reg_slave_addr
sourcepub fn addr_10bit_en(&mut self) -> ADDR_10BIT_EN_W<'_, 31>
pub fn addr_10bit_en(&mut self) -> ADDR_10BIT_EN_W<'_, 31>
Bit 31 - reg_addr_10bit_en
Methods from Deref<Target = W<SLAVE_ADDR_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