#[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) -> u8
pub const fn envadj(&self) -> u8
The ENVADJ field adjusts the trip point for the envelope detector
Sourcepub const fn set_envadj(&mut self, val: u8)
pub const fn set_envadj(&mut self, val: u8)
The ENVADJ field adjusts the trip point for the envelope detector
Sourcepub const fn disconadj(&self) -> u8
pub const fn disconadj(&self) -> u8
The DISCONADJ field adjusts the trip point for the disconnect detector: 000 = Trip-Level Voltage is 0
Sourcepub const fn set_disconadj(&mut self, val: u8)
pub const fn set_disconadj(&mut self, val: u8)
The DISCONADJ field adjusts the trip point for the disconnect detector: 000 = Trip-Level Voltage is 0
Sourcepub const fn set_rxdbypass(&mut self, val: bool)
pub const fn set_rxdbypass(&mut self, val: bool)
0 = Normal operation
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