pub struct R(/* private fields */);
Expand description
Register twi_lcr
reader
Implementations§
source§impl R
impl R
sourcepub fn sda_ctl_en(&self) -> SDA_CTL_EN_R
pub fn sda_ctl_en(&self) -> SDA_CTL_EN_R
Bit 0 - TWI_SDA Line State Control Enable
sourcepub fn scl_ctl_en(&self) -> SCL_CTL_EN_R
pub fn scl_ctl_en(&self) -> SCL_CTL_EN_R
Bit 2 - TWI_SCL Line State Control Enable
sourcepub fn sda_state(&self) -> SDA_STATE_R
pub fn sda_state(&self) -> SDA_STATE_R
Bit 4 - Current State of TWI_SDA
sourcepub fn scl_state(&self) -> SCL_STATE_R
pub fn scl_state(&self) -> SCL_STATE_R
Bit 5 - Current State of TWI_SCL
Methods from Deref<Target = R<TWI_LCR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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