#[repr(transparent)]pub struct PwdClr(pub u32);Expand description
Power Down
Tuple Fields§
§0: u32Implementations§
Source§impl PwdClr
impl PwdClr
Sourcepub const fn set_txpwdfs(&mut self, val: bool)
pub const fn set_txpwdfs(&mut self, val: bool)
Power Down USB FS TX Drivers
Sourcepub const fn txpwdibias(&self) -> bool
pub const fn txpwdibias(&self) -> bool
Power Down USBPHY TX Current Bias Block
Sourcepub const fn set_txpwdibias(&mut self, val: bool)
pub const fn set_txpwdibias(&mut self, val: bool)
Power Down USBPHY TX Current Bias Block
Sourcepub const fn set_txpwdv2i(&mut self, val: bool)
pub const fn set_txpwdv2i(&mut self, val: bool)
Power Down USBPHY TX V-I Converter and Current Mirror
Sourcepub const fn set_rxpwdenv(&mut self, val: bool)
pub const fn set_rxpwdenv(&mut self, val: bool)
Power Down USB HS RX Envelope Detector
Sourcepub const fn set_rxpwd1pt1(&mut self, val: bool)
pub const fn set_rxpwd1pt1(&mut self, val: bool)
Power Down USB FS Differential Receiver
Sourcepub const fn set_rxpwddiff(&mut self, val: bool)
pub const fn set_rxpwddiff(&mut self, val: bool)
Power Down USB HS Differential Receiver
Sourcepub const fn set_rxpwdrx(&mut self, val: bool)
pub const fn set_rxpwdrx(&mut self, val: bool)
Power Down USBPHY Receiver Circuits
Trait Implementations§
impl Copy for PwdClr
impl Eq for PwdClr
impl StructuralPartialEq for PwdClr
Auto Trait Implementations§
impl Freeze for PwdClr
impl RefUnwindSafe for PwdClr
impl Send for PwdClr
impl Sync for PwdClr
impl Unpin for PwdClr
impl UnwindSafe for PwdClr
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