Struct esp32s3::sens::sar_slave_addr3::R
source · pub struct R(_);Expand description
Register SAR_SLAVE_ADDR3 reader
Implementations§
source§impl R
impl R
sourcepub fn sar_i2c_slave_addr5(&self) -> SAR_I2C_SLAVE_ADDR5_R
pub fn sar_i2c_slave_addr5(&self) -> SAR_I2C_SLAVE_ADDR5_R
Bits 0:10 - configure i2c slave address5
sourcepub fn sar_i2c_slave_addr4(&self) -> SAR_I2C_SLAVE_ADDR4_R
pub fn sar_i2c_slave_addr4(&self) -> SAR_I2C_SLAVE_ADDR4_R
Bits 11:21 - configure i2c slave address4
Methods from Deref<Target = R<SAR_SLAVE_ADDR3_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