#[repr(transparent)]pub struct Debug0Status(pub u32);Expand description
UTMI Debug Status Register 0
Tuple Fields§
§0: u32Implementations§
Source§impl Debug0Status
impl Debug0Status
Sourcepub const fn loop_back_fail_count(&self) -> u16
pub const fn loop_back_fail_count(&self) -> u16
Running count of the failed pseudo-random generator loopback
Sourcepub const fn set_loop_back_fail_count(&mut self, val: u16)
pub const fn set_loop_back_fail_count(&mut self, val: u16)
Running count of the failed pseudo-random generator loopback
Sourcepub const fn utmi_rxerror_fail_count(&self) -> u16
pub const fn utmi_rxerror_fail_count(&self) -> u16
Running count of the UTMI_RXERROR.
Sourcepub const fn set_utmi_rxerror_fail_count(&mut self, val: u16)
pub const fn set_utmi_rxerror_fail_count(&mut self, val: u16)
Running count of the UTMI_RXERROR.
Sourcepub const fn squelch_count(&self) -> u8
pub const fn squelch_count(&self) -> u8
Running count of the squelch reset instead of normal end for HS RX.
Sourcepub const fn set_squelch_count(&mut self, val: u8)
pub const fn set_squelch_count(&mut self, val: u8)
Running count of the squelch reset instead of normal end for HS RX.
Trait Implementations§
Source§impl Clone for Debug0Status
impl Clone for Debug0Status
Source§fn clone(&self) -> Debug0Status
fn clone(&self) -> Debug0Status
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Debug0Status
impl Debug for Debug0Status
Source§impl Default for Debug0Status
impl Default for Debug0Status
Source§fn default() -> Debug0Status
fn default() -> Debug0Status
Returns the “default value” for a type. Read more
Source§impl PartialEq for Debug0Status
impl PartialEq for Debug0Status
impl Copy for Debug0Status
impl Eq for Debug0Status
impl StructuralPartialEq for Debug0Status
Auto Trait Implementations§
impl Freeze for Debug0Status
impl RefUnwindSafe for Debug0Status
impl Send for Debug0Status
impl Sync for Debug0Status
impl Unpin for Debug0Status
impl UnwindSafe for Debug0Status
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