#[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) -> 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 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