pub struct W(/* private fields */);
Expand description
Register ce_icr
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn task_irq_en<const O: u8>(&mut self) -> TASK_IRQ_EN_W<'_, O>
pub unsafe fn task_irq_en<const O: u8>(&mut self) -> TASK_IRQ_EN_W<'_, O>
Task Channel 3-0 Interrupt Enable
sourcepub fn task0_irq_en(&mut self) -> TASK_IRQ_EN_W<'_, 0>
pub fn task0_irq_en(&mut self) -> TASK_IRQ_EN_W<'_, 0>
Bits 0:3 - Task Channel 3-0 Interrupt Enable
sourcepub fn task1_irq_en(&mut self) -> TASK_IRQ_EN_W<'_, 1>
pub fn task1_irq_en(&mut self) -> TASK_IRQ_EN_W<'_, 1>
Bits 1:4 - Task Channel 3-0 Interrupt Enable
sourcepub fn task2_irq_en(&mut self) -> TASK_IRQ_EN_W<'_, 2>
pub fn task2_irq_en(&mut self) -> TASK_IRQ_EN_W<'_, 2>
Bits 2:5 - Task Channel 3-0 Interrupt Enable
sourcepub fn task3_irq_en(&mut self) -> TASK_IRQ_EN_W<'_, 3>
pub fn task3_irq_en(&mut self) -> TASK_IRQ_EN_W<'_, 3>
Bits 3:6 - Task Channel 3-0 Interrupt Enable
Methods from Deref<Target = W<CE_ICR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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