#[repr(transparent)]pub struct UsbOtg2PhyCtrl0(pub u32);Expand description
OTG2 UTMI PHY Control 0 Register
Tuple Fields§
§0: u32Implementations§
Source§impl UsbOtg2PhyCtrl0
impl UsbOtg2PhyCtrl0
Sourcepub const fn utmi_clk_vld(&self) -> UtmiClkVld
pub const fn utmi_clk_vld(&self) -> UtmiClkVld
Indicating whether OTG2 UTMI PHY clock is valid
Sourcepub const fn set_utmi_clk_vld(&mut self, val: UtmiClkVld)
pub const fn set_utmi_clk_vld(&mut self, val: UtmiClkVld)
Indicating whether OTG2 UTMI PHY clock is valid
Trait Implementations§
Source§impl Clone for UsbOtg2PhyCtrl0
impl Clone for UsbOtg2PhyCtrl0
Source§fn clone(&self) -> UsbOtg2PhyCtrl0
fn clone(&self) -> UsbOtg2PhyCtrl0
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 UsbOtg2PhyCtrl0
impl Debug for UsbOtg2PhyCtrl0
Source§impl Default for UsbOtg2PhyCtrl0
impl Default for UsbOtg2PhyCtrl0
Source§fn default() -> UsbOtg2PhyCtrl0
fn default() -> UsbOtg2PhyCtrl0
Returns the “default value” for a type. Read more
Source§impl PartialEq for UsbOtg2PhyCtrl0
impl PartialEq for UsbOtg2PhyCtrl0
impl Copy for UsbOtg2PhyCtrl0
impl Eq for UsbOtg2PhyCtrl0
impl StructuralPartialEq for UsbOtg2PhyCtrl0
Auto Trait Implementations§
impl Freeze for UsbOtg2PhyCtrl0
impl RefUnwindSafe for UsbOtg2PhyCtrl0
impl Send for UsbOtg2PhyCtrl0
impl Sync for UsbOtg2PhyCtrl0
impl Unpin for UsbOtg2PhyCtrl0
impl UnwindSafe for UsbOtg2PhyCtrl0
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