Enum d1_pac::ce_ns::ce_isr::TASK_PENDING_A
source · #[repr(u8)]pub enum TASK_PENDING_A {
NOT_FINISHED = 0,
FINISHED = 1,
}
Expand description
Task Channel 3-0 End Pending
It indicates whether task is completed.
Write the corresponding channel bit of the register to clear the end flag.
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for TASK_PENDING_A
impl Clone for TASK_PENDING_A
source§fn clone(&self) -> TASK_PENDING_A
fn clone(&self) -> TASK_PENDING_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 TASK_PENDING_A
impl Debug for TASK_PENDING_A
source§impl From<TASK_PENDING_A> for u8
impl From<TASK_PENDING_A> for u8
source§fn from(variant: TASK_PENDING_A) -> Self
fn from(variant: TASK_PENDING_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for TASK_PENDING_A
impl PartialEq for TASK_PENDING_A
impl Copy for TASK_PENDING_A
impl Eq for TASK_PENDING_A
impl StructuralPartialEq for TASK_PENDING_A
Auto Trait Implementations§
impl Freeze for TASK_PENDING_A
impl RefUnwindSafe for TASK_PENDING_A
impl Send for TASK_PENDING_A
impl Sync for TASK_PENDING_A
impl Unpin for TASK_PENDING_A
impl UnwindSafe for TASK_PENDING_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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)