pub enum DLLRDYR {
NoEvent = 0,
Event = 1,
}
Expand description
DLL Ready Interrupt Flag
Value on reset: 0
Variants§
NoEvent = 0
0: No DLL calibration ready interrupt occurred
Event = 1
1: DLL calibration ready interrupt occurred
Trait Implementations§
impl Copy for DLLRDYR
impl Eq for DLLRDYR
impl StructuralPartialEq for DLLRDYR
Auto Trait Implementations§
impl Freeze for DLLRDYR
impl RefUnwindSafe for DLLRDYR
impl Send for DLLRDYR
impl Sync for DLLRDYR
impl Unpin for DLLRDYR
impl UnwindSafe for DLLRDYR
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