Enum nrf52840_pac::qspi::status::READY_A
source · pub enum READY_A {
READY = 1,
BUSY = 0,
}
Expand description
Ready status.
Value on reset: 0
Variants§
READY = 1
1: QSPI peripheral is ready. It is allowed to trigger new tasks, writing custom instructions or enter/exit DPM.
BUSY = 0
0: QSPI peripheral is busy. It is not allowed to trigger any new tasks, writing custom instructions or enter/exit DPM.
Trait Implementations§
impl Copy for READY_A
impl StructuralPartialEq for READY_A
Auto Trait Implementations§
impl Freeze for READY_A
impl RefUnwindSafe for READY_A
impl Send for READY_A
impl Sync for READY_A
impl Unpin for READY_A
impl UnwindSafe for READY_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)