pub struct RX_ORDEXT1_SPEC;
Expand description
UCPD Rx Ordered Set Extension Register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see rx_ordext1 module
Trait Implementations§
Source§impl Readable for RX_ORDEXT1_SPEC
read()
method returns rx_ordext1::R reader structure
impl Readable for RX_ORDEXT1_SPEC
read()
method returns rx_ordext1::R reader structure
Source§impl RegisterSpec for RX_ORDEXT1_SPEC
impl RegisterSpec for RX_ORDEXT1_SPEC
Source§impl Resettable for RX_ORDEXT1_SPEC
reset()
method sets RX_ORDEXT1 to value 0
impl Resettable for RX_ORDEXT1_SPEC
reset()
method sets RX_ORDEXT1 to value 0
Source§fn reset_value() -> <RX_ORDEXT1_SPEC as RegisterSpec>::Ux
fn reset_value() -> <RX_ORDEXT1_SPEC as RegisterSpec>::Ux
Reset value of the register.
Source§impl Writable for RX_ORDEXT1_SPEC
write(|w| ..)
method takes rx_ordext1::W writer structure
impl Writable for RX_ORDEXT1_SPEC
write(|w| ..)
method takes rx_ordext1::W writer structure
Auto Trait Implementations§
impl Freeze for RX_ORDEXT1_SPEC
impl RefUnwindSafe for RX_ORDEXT1_SPEC
impl Send for RX_ORDEXT1_SPEC
impl Sync for RX_ORDEXT1_SPEC
impl Unpin for RX_ORDEXT1_SPEC
impl UnwindSafe for RX_ORDEXT1_SPEC
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