pub struct R(/* private fields */);
Expand description
Register ce_isr
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn task_pending(&self, n: u8) -> TASK_PENDING_R
pub unsafe fn task_pending(&self, n: u8) -> TASK_PENDING_R
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(&self) -> TASK_PENDING_R
pub fn task0_pending(&self) -> TASK_PENDING_R
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(&self) -> TASK_PENDING_R
pub fn task1_pending(&self) -> TASK_PENDING_R
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(&self) -> TASK_PENDING_R
pub fn task2_pending(&self) -> TASK_PENDING_R
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(&self) -> TASK_PENDING_R
pub fn task3_pending(&self) -> TASK_PENDING_R
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.