pub enum COVRUDR_AW {
Clear = 1,
}
Expand description
Clear overrun / underrun. This bit is write only. Programming this bit to 1 clears the OVRUDR flag in the SAI_xSR register. Reading this bit always returns the value 0.
Value on reset: 0
Variants§
Clear = 1
1: Clears the OVRUDR flag
Trait Implementations§
§impl Clone for COVRUDR_AW
impl Clone for COVRUDR_AW
§fn clone(&self) -> COVRUDR_AW
fn clone(&self) -> COVRUDR_AW
Returns a copy 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 more§impl Debug for COVRUDR_AW
impl Debug for COVRUDR_AW
§impl PartialEq for COVRUDR_AW
impl PartialEq for COVRUDR_AW
§fn eq(&self, other: &COVRUDR_AW) -> bool
fn eq(&self, other: &COVRUDR_AW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for COVRUDR_AW
impl StructuralPartialEq for COVRUDR_AW
Auto Trait Implementations§
impl Freeze for COVRUDR_AW
impl RefUnwindSafe for COVRUDR_AW
impl Send for COVRUDR_AW
impl Sync for COVRUDR_AW
impl Unpin for COVRUDR_AW
impl UnwindSafe for COVRUDR_AW
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