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