Struct stm32_metapac::i3c::I3c
pub struct I3c { /* private fields */ }
Expand description
Improved inter-integrated circuit.
Implementations§
§impl I3c
impl I3c
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn cr_alternate(self) -> Reg<CrAlternate, RW>
pub const fn cr_alternate(self) -> Reg<CrAlternate, RW>
I3C message control register alternate.
pub const fn rx_data_regs(self) -> DataRegs
pub const fn tx_data_regs(self) -> DataRegs
Trait Implementations§
impl Copy for I3c
impl Eq for I3c
impl Send for I3c
impl StructuralPartialEq for I3c
impl Sync for I3c
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)