Struct stm32_metapac::ucpd::regs::RxOrdsetr
#[repr(transparent)]pub struct RxOrdsetr(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl RxOrdsetr
impl RxOrdsetr
pub fn set_rxordset(&mut self, val: Rxordset)
pub fn set_rxordset(&mut self, val: Rxordset)
Rx ordered set code detected
pub const fn rxsop3of4(&self) -> bool
pub const fn rxsop3of4(&self) -> bool
The bit indicates the number of correct K‑codes. For debug purposes only.
pub fn set_rxsop3of4(&mut self, val: bool)
pub fn set_rxsop3of4(&mut self, val: bool)
The bit indicates the number of correct K‑codes. For debug purposes only.
pub const fn rxsopkinvalid(&self) -> Rxsopkinvalid
pub const fn rxsopkinvalid(&self) -> Rxsopkinvalid
The bitfield is for debug purposes only. Others: Invalid
pub fn set_rxsopkinvalid(&mut self, val: Rxsopkinvalid)
pub fn set_rxsopkinvalid(&mut self, val: Rxsopkinvalid)
The bitfield is for debug purposes only. Others: Invalid
Trait Implementations§
impl Copy for RxOrdsetr
impl Eq for RxOrdsetr
impl StructuralPartialEq for RxOrdsetr
Auto Trait Implementations§
impl Freeze for RxOrdsetr
impl RefUnwindSafe for RxOrdsetr
impl Send for RxOrdsetr
impl Sync for RxOrdsetr
impl Unpin for RxOrdsetr
impl UnwindSafe for RxOrdsetr
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
)