pub enum CNRDYR {
Ready = 0,
NotReady = 1,
}Expand description
Codec not ready. This bit is read only. This bit is used only when the AC’97 audio protocol is selected in the SAI_xCR1 register and configured in receiver mode. It can generate an interrupt if CNRDYIE bit is set in SAI_xIM register. This flag is cleared when the software sets CCNRDY bit in SAI_xCLRFR register.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CNRDYR
impl Eq for CNRDYR
impl StructuralPartialEq for CNRDYR
Auto Trait Implementations§
impl Freeze for CNRDYR
impl RefUnwindSafe for CNRDYR
impl Send for CNRDYR
impl Sync for CNRDYR
impl Unpin for CNRDYR
impl UnwindSafe for CNRDYR
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