#[repr(transparent)]pub struct UsbHsStatus(pub u32);Expand description
Status register for USB HS
Tuple Fields§
§0: u32Implementations§
Source§impl UsbHsStatus
impl UsbHsStatus
Sourcepub const fn usbhs_3v_nok(&self) -> Usbhs3vNok
pub const fn usbhs_3v_nok(&self) -> Usbhs3vNok
USB_HS: Low voltage detection on 3.3V supply.
Sourcepub const fn set_usbhs_3v_nok(&mut self, val: Usbhs3vNok)
pub const fn set_usbhs_3v_nok(&mut self, val: Usbhs3vNok)
USB_HS: Low voltage detection on 3.3V supply.
Trait Implementations§
Source§impl Clone for UsbHsStatus
impl Clone for UsbHsStatus
Source§fn clone(&self) -> UsbHsStatus
fn clone(&self) -> UsbHsStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UsbHsStatus
impl Debug for UsbHsStatus
Source§impl Default for UsbHsStatus
impl Default for UsbHsStatus
Source§fn default() -> UsbHsStatus
fn default() -> UsbHsStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for UsbHsStatus
impl PartialEq for UsbHsStatus
impl Copy for UsbHsStatus
impl Eq for UsbHsStatus
impl StructuralPartialEq for UsbHsStatus
Auto Trait Implementations§
impl Freeze for UsbHsStatus
impl RefUnwindSafe for UsbHsStatus
impl Send for UsbHsStatus
impl Sync for UsbHsStatus
impl Unpin for UsbHsStatus
impl UnwindSafe for UsbHsStatus
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