Struct stm32_metapac::i3c::regs::Getcapr
#[repr(transparent)]pub struct Getcapr(pub u32);
Expand description
I3C get capability register.
Tuple Fields§
§0: u32
Implementations§
§impl Getcapr
impl Getcapr
pub const fn cappend(&self) -> bool
pub const fn cappend(&self) -> bool
IBI MDB support for pending read notification This bit is written by software during bus initialization (i.e. I3C_CFGR.EN=0) and indicates the support (or not) of the pending read notification via the IBI MDB[7:0] value. This bit is used to return the GETCAP3 byte in response to the GETCAPS CCC format 1.
pub fn set_cappend(&mut self, val: bool)
pub fn set_cappend(&mut self, val: bool)
IBI MDB support for pending read notification This bit is written by software during bus initialization (i.e. I3C_CFGR.EN=0) and indicates the support (or not) of the pending read notification via the IBI MDB[7:0] value. This bit is used to return the GETCAP3 byte in response to the GETCAPS CCC format 1.
Trait Implementations§
impl Copy for Getcapr
impl Eq for Getcapr
impl StructuralPartialEq for Getcapr
Auto Trait Implementations§
impl Freeze for Getcapr
impl RefUnwindSafe for Getcapr
impl Send for Getcapr
impl Sync for Getcapr
impl Unpin for Getcapr
impl UnwindSafe for Getcapr
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
)