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