pub struct W(/* private fields */);
Expand description
Register ce_isr
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn task_pending<const O: u8>(&mut self) -> TASK_PENDING_W<'_, O>
pub unsafe fn task_pending<const O: u8>(&mut self) -> TASK_PENDING_W<'_, O>
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.
sourcepub fn task0_pending(&mut self) -> TASK_PENDING_W<'_, 0>
pub fn task0_pending(&mut self) -> TASK_PENDING_W<'_, 0>
Bits 0:3 - 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.
sourcepub fn task1_pending(&mut self) -> TASK_PENDING_W<'_, 1>
pub fn task1_pending(&mut self) -> TASK_PENDING_W<'_, 1>
Bits 1:4 - 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.
sourcepub fn task2_pending(&mut self) -> TASK_PENDING_W<'_, 2>
pub fn task2_pending(&mut self) -> TASK_PENDING_W<'_, 2>
Bits 2:5 - 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.
sourcepub fn task3_pending(&mut self) -> TASK_PENDING_W<'_, 3>
pub fn task3_pending(&mut self) -> TASK_PENDING_W<'_, 3>
Bits 3:6 - 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.