pub enum RRDYR {
NotReady = 0,
Ready = 1,
}
Expand description
RRDY
Value on reset: 0
Variants§
NotReady = 0
0: Results from computation are not read
Ready = 1
1: Results are ready, this flag will be automatically cleared once value is read
Trait Implementations§
impl Copy for RRDYR
impl Eq for RRDYR
impl StructuralPartialEq for RRDYR
Auto Trait Implementations§
impl Freeze for RRDYR
impl RefUnwindSafe for RRDYR
impl Send for RRDYR
impl Sync for RRDYR
impl Unpin for RRDYR
impl UnwindSafe for RRDYR
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