#[repr(transparent)]pub struct RxClr(pub u32);Expand description
USB PHY Receiver Control Register
Tuple Fields§
§0: u32Implementations§
Source§impl RxClr
impl RxClr
Sourcepub const fn envadj(&self) -> RxClrEnvadj
pub const fn envadj(&self) -> RxClrEnvadj
The ENVADJ field adjusts the trip point for the envelope detector
Sourcepub const fn set_envadj(&mut self, val: RxClrEnvadj)
pub const fn set_envadj(&mut self, val: RxClrEnvadj)
The ENVADJ field adjusts the trip point for the envelope detector
Sourcepub const fn disconadj(&self) -> RxClrDisconadj
pub const fn disconadj(&self) -> RxClrDisconadj
The DISCONADJ field adjusts the trip point for the disconnect detector.
Sourcepub const fn set_disconadj(&mut self, val: RxClrDisconadj)
pub const fn set_disconadj(&mut self, val: RxClrDisconadj)
The DISCONADJ field adjusts the trip point for the disconnect detector.
Sourcepub const fn rxdbypass(&self) -> RxClrRxdbypass
pub const fn rxdbypass(&self) -> RxClrRxdbypass
This test mode is intended for lab use only, replace FS differential receiver with DP single ended receiver
Sourcepub const fn set_rxdbypass(&mut self, val: RxClrRxdbypass)
pub const fn set_rxdbypass(&mut self, val: RxClrRxdbypass)
This test mode is intended for lab use only, replace FS differential receiver with DP single ended receiver
Trait Implementations§
impl Copy for RxClr
impl Eq for RxClr
impl StructuralPartialEq for RxClr
Auto Trait Implementations§
impl Freeze for RxClr
impl RefUnwindSafe for RxClr
impl Send for RxClr
impl Sync for RxClr
impl Unpin for RxClr
impl UnwindSafe for RxClr
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