Struct stm32_metapac::ucpd::regs::RxOrdextr1
#[repr(transparent)]pub struct RxOrdextr1(pub u32);
Expand description
Rx ordered set extension register 1
Tuple Fields§
§0: u32
Implementations§
§impl RxOrdextr1
impl RxOrdextr1
pub const fn rxsopx1(&self) -> u32
pub const fn rxsopx1(&self) -> u32
Ordered set 1 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_rxsopx1(&mut self, val: u32)
pub fn set_rxsopx1(&mut self, val: u32)
Ordered set 1 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 RxOrdextr1
impl Clone for RxOrdextr1
§fn clone(&self) -> RxOrdextr1
fn clone(&self) -> RxOrdextr1
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 RxOrdextr1
impl Default for RxOrdextr1
§fn default() -> RxOrdextr1
fn default() -> RxOrdextr1
Returns the “default value” for a type. Read more
§impl PartialEq for RxOrdextr1
impl PartialEq for RxOrdextr1
impl Copy for RxOrdextr1
impl Eq for RxOrdextr1
impl StructuralPartialEq for RxOrdextr1
Auto Trait Implementations§
impl Freeze for RxOrdextr1
impl RefUnwindSafe for RxOrdextr1
impl Send for RxOrdextr1
impl Sync for RxOrdextr1
impl Unpin for RxOrdextr1
impl UnwindSafe for RxOrdextr1
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
)