pub struct RX_ORDEXT2_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_ordext2 module
Trait Implementations§
Source§impl Readable for RX_ORDEXT2_SPEC
read() method returns rx_ordext2::R reader structure
impl Readable for RX_ORDEXT2_SPEC
read() method returns rx_ordext2::R reader structure
Source§impl RegisterSpec for RX_ORDEXT2_SPEC
impl RegisterSpec for RX_ORDEXT2_SPEC
Source§impl Resettable for RX_ORDEXT2_SPEC
reset() method sets RX_ORDEXT2 to value 0
impl Resettable for RX_ORDEXT2_SPEC
reset() method sets RX_ORDEXT2 to value 0
Source§fn reset_value() -> <RX_ORDEXT2_SPEC as RegisterSpec>::Ux
fn reset_value() -> <RX_ORDEXT2_SPEC as RegisterSpec>::Ux
Reset value of the register.
Source§impl Writable for RX_ORDEXT2_SPEC
write(|w| ..) method takes rx_ordext2::W writer structure
impl Writable for RX_ORDEXT2_SPEC
write(|w| ..) method takes rx_ordext2::W writer structure
Auto Trait Implementations§
impl Freeze for RX_ORDEXT2_SPEC
impl RefUnwindSafe for RX_ORDEXT2_SPEC
impl Send for RX_ORDEXT2_SPEC
impl Sync for RX_ORDEXT2_SPEC
impl Unpin for RX_ORDEXT2_SPEC
impl UnwindSafe for RX_ORDEXT2_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