Struct stm32_metapac::ucpd::regs::RxOrdextr2
#[repr(transparent)]pub struct RxOrdextr2(pub u32);
Expand description
Rx ordered set extension register 2
Tuple Fields§
§0: u32
Implementations§
§impl RxOrdextr2
impl RxOrdextr2
pub const fn rxsopx2(&self) -> u32
pub const fn rxsopx2(&self) -> u32
Ordered set 2 received The bitfield contains a full 20-bit sequence received, consisting of four K‑codes, each of five bits. The bit 0 (bit 0 of K‑code1) is receive first, the bit 19 (bit 4 of K‑code4) last.
pub fn set_rxsopx2(&mut self, val: u32)
pub fn set_rxsopx2(&mut self, val: u32)
Ordered set 2 received The bitfield contains a full 20-bit sequence received, consisting of four K‑codes, each of five bits. The bit 0 (bit 0 of K‑code1) is receive first, the bit 19 (bit 4 of K‑code4) last.
Trait Implementations§
§impl Clone for RxOrdextr2
impl Clone for RxOrdextr2
§fn clone(&self) -> RxOrdextr2
fn clone(&self) -> RxOrdextr2
Returns a copy 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 more§impl Default for RxOrdextr2
impl Default for RxOrdextr2
§fn default() -> RxOrdextr2
fn default() -> RxOrdextr2
Returns the “default value” for a type. Read more
§impl PartialEq for RxOrdextr2
impl PartialEq for RxOrdextr2
impl Copy for RxOrdextr2
impl Eq for RxOrdextr2
impl StructuralPartialEq for RxOrdextr2
Auto Trait Implementations§
impl Freeze for RxOrdextr2
impl RefUnwindSafe for RxOrdextr2
impl Send for RxOrdextr2
impl Sync for RxOrdextr2
impl Unpin for RxOrdextr2
impl UnwindSafe for RxOrdextr2
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
)