Struct Sr
#[repr(transparent)]pub struct Sr(pub u32);
Expand description
AStatus register
Tuple Fields§
§0: u32
Implementations§
§impl Sr
impl Sr
pub fn set_ovrudr(&mut self, val: bool)
pub fn set_ovrudr(&mut self, val: bool)
Overrun / underrun
pub fn set_mutedet(&mut self, val: bool)
pub fn set_mutedet(&mut self, val: bool)
Mute detection
pub fn set_wckcfg(&mut self, val: bool)
pub fn set_wckcfg(&mut self, val: bool)
Wrong clock configuration flag. This bit is read only.
pub fn set_afsdet(&mut self, val: bool)
pub fn set_afsdet(&mut self, val: bool)
Anticipated frame synchronization detection
pub fn set_lfsdet(&mut self, val: bool)
pub fn set_lfsdet(&mut self, val: bool)
Late frame synchronization detection
Trait Implementations§
impl Copy for Sr
impl Eq for Sr
impl StructuralPartialEq for Sr
Auto Trait Implementations§
impl Freeze for Sr
impl RefUnwindSafe for Sr
impl Send for Sr
impl Sync for Sr
impl Unpin for Sr
impl UnwindSafe for Sr
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