#[repr(transparent)]pub struct MconfigExt(pub u32);Expand description
Controller Extended Configuration
Tuple Fields§
§0: u32Implementations§
Source§impl MconfigExt
impl MconfigExt
Sourcepub const fn i3c_cas_del(&self) -> I3cCasDel
pub const fn i3c_cas_del(&self) -> I3cCasDel
I3C CAS Delay After START
Sourcepub const fn set_i3c_cas_del(&mut self, val: I3cCasDel)
pub const fn set_i3c_cas_del(&mut self, val: I3cCasDel)
I3C CAS Delay After START
Sourcepub const fn i3c_casr_del(&self) -> I3cCasrDel
pub const fn i3c_casr_del(&self) -> I3cCasrDel
I3C CAS Delay After Repeated START
Sourcepub const fn set_i3c_casr_del(&mut self, val: I3cCasrDel)
pub const fn set_i3c_casr_del(&mut self, val: I3cCasrDel)
I3C CAS Delay After Repeated START
Trait Implementations§
Source§impl Clone for MconfigExt
impl Clone for MconfigExt
Source§fn clone(&self) -> MconfigExt
fn clone(&self) -> MconfigExt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MconfigExt
impl Debug for MconfigExt
Source§impl Default for MconfigExt
impl Default for MconfigExt
Source§fn default() -> MconfigExt
fn default() -> MconfigExt
Returns the “default value” for a type. Read more
Source§impl PartialEq for MconfigExt
impl PartialEq for MconfigExt
impl Copy for MconfigExt
impl Eq for MconfigExt
impl StructuralPartialEq for MconfigExt
Auto Trait Implementations§
impl Freeze for MconfigExt
impl RefUnwindSafe for MconfigExt
impl Send for MconfigExt
impl Sync for MconfigExt
impl Unpin for MconfigExt
impl UnwindSafe for MconfigExt
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