Enum nrf52840_pac::spis0::shorts::END_ACQUIRE_A
source · pub enum END_ACQUIRE_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Shortcut between END event and ACQUIRE task
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for END_ACQUIRE_A
impl Clone for END_ACQUIRE_A
source§fn clone(&self) -> END_ACQUIRE_A
fn clone(&self) -> END_ACQUIRE_A
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 moresource§impl Debug for END_ACQUIRE_A
impl Debug for END_ACQUIRE_A
source§impl From<END_ACQUIRE_A> for bool
impl From<END_ACQUIRE_A> for bool
source§fn from(variant: END_ACQUIRE_A) -> Self
fn from(variant: END_ACQUIRE_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for END_ACQUIRE_A
impl PartialEq for END_ACQUIRE_A
impl Copy for END_ACQUIRE_A
impl StructuralPartialEq for END_ACQUIRE_A
Auto Trait Implementations§
impl Freeze for END_ACQUIRE_A
impl RefUnwindSafe for END_ACQUIRE_A
impl Send for END_ACQUIRE_A
impl Sync for END_ACQUIRE_A
impl Unpin for END_ACQUIRE_A
impl UnwindSafe for END_ACQUIRE_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
)