#[repr(transparent)]pub struct Debug1(pub u32);Expand description
UTMI Debug Status Register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Debug1
impl Debug1
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 Debug1
impl Eq for Debug1
impl StructuralPartialEq for Debug1
Auto Trait Implementations§
impl Freeze for Debug1
impl RefUnwindSafe for Debug1
impl Send for Debug1
impl Sync for Debug1
impl Unpin for Debug1
impl UnwindSafe for Debug1
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