pub struct I3C { /* private fields */ }
Expand description
I3C Bus Interface
Implementations§
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn ntdtbp0_by(&self) -> &NTDTBP0_BY
pub fn ntdtbp0_by(&self) -> &NTDTBP0_BY
0x158 - Normal Transfer Data Buffer Port Register 0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I3C
impl RefUnwindSafe for I3C
impl !Sync for I3C
impl Unpin for I3C
impl UnwindSafe for I3C
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