#[repr(transparent)]pub struct Debug1Clr(pub u32);Expand description
UTMI Debug Status Register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Debug1Clr
impl Debug1Clr
Sourcepub const fn entailadjvd(&self) -> u8
pub const fn entailadjvd(&self) -> u8
Delay increment of the rise of squelch: 00 = Delay is nominal 01 = Delay is +20% 10 = Delay is -20% 11 = Delay is -40%
Sourcepub const fn set_entailadjvd(&mut self, val: u8)
pub const fn set_entailadjvd(&mut self, val: u8)
Delay increment of the rise of squelch: 00 = Delay is nominal 01 = Delay is +20% 10 = Delay is -20% 11 = Delay is -40%
Trait Implementations§
impl Copy for Debug1Clr
impl Eq for Debug1Clr
impl StructuralPartialEq for Debug1Clr
Auto Trait Implementations§
impl Freeze for Debug1Clr
impl RefUnwindSafe for Debug1Clr
impl Send for Debug1Clr
impl Sync for Debug1Clr
impl Unpin for Debug1Clr
impl UnwindSafe for Debug1Clr
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