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