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