#[repr(transparent)]pub struct Debug1Tog(pub u32);Expand description
UTMI Debug Status Register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Debug1Tog
impl Debug1Tog
Sourcepub const fn entailadjvd(&self) -> Debug1TogEntailadjvd
pub const fn entailadjvd(&self) -> Debug1TogEntailadjvd
Delay increment of the rise of squelch:
Sourcepub const fn set_entailadjvd(&mut self, val: Debug1TogEntailadjvd)
pub const fn set_entailadjvd(&mut self, val: Debug1TogEntailadjvd)
Delay increment of the rise of squelch:
Sourcepub const fn usb2_refbias_vbgadj(&self) -> u8
pub const fn usb2_refbias_vbgadj(&self) -> u8
Adjustment bits on bandgap
Sourcepub const fn set_usb2_refbias_vbgadj(&mut self, val: u8)
pub const fn set_usb2_refbias_vbgadj(&mut self, val: u8)
Adjustment bits on bandgap
Sourcepub const fn usb2_refbias_tst(&self) -> u8
pub const fn usb2_refbias_tst(&self) -> u8
Bias current control for usb2_phy
Sourcepub const fn set_usb2_refbias_tst(&mut self, val: u8)
pub const fn set_usb2_refbias_tst(&mut self, val: u8)
Bias current control for usb2_phy
Trait Implementations§
impl Copy for Debug1Tog
impl Eq for Debug1Tog
impl StructuralPartialEq for Debug1Tog
Auto Trait Implementations§
impl Freeze for Debug1Tog
impl RefUnwindSafe for Debug1Tog
impl Send for Debug1Tog
impl Sync for Debug1Tog
impl Unpin for Debug1Tog
impl UnwindSafe for Debug1Tog
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