Struct d1_pac::dsp_msgbox::msgbox::msgbox_rd_irq_status_reg::R
source · [−]pub struct R(_);Expand description
Register MSGBOX_RD_IRQ_STATUS_REG reader
Implementations
sourceimpl R
impl R
sourcepub unsafe fn reception_mq_irq_pend(&self, n: u8) -> RECEPTION_MQ_IRQ_PEND_R
pub unsafe fn reception_mq_irq_pend(&self, n: u8) -> RECEPTION_MQ_IRQ_PEND_R
Reception Channel[i] Interrupt Pending
sourcepub fn reception_mq0_irq_pend(&self) -> RECEPTION_MQ_IRQ_PEND_R
pub fn reception_mq0_irq_pend(&self) -> RECEPTION_MQ_IRQ_PEND_R
Bit 0 - Reception Channel[i] Interrupt Pending
sourcepub fn reception_mq1_irq_pend(&self) -> RECEPTION_MQ_IRQ_PEND_R
pub fn reception_mq1_irq_pend(&self) -> RECEPTION_MQ_IRQ_PEND_R
Bit 2 - Reception Channel[i] Interrupt Pending
sourcepub fn reception_mq2_irq_pend(&self) -> RECEPTION_MQ_IRQ_PEND_R
pub fn reception_mq2_irq_pend(&self) -> RECEPTION_MQ_IRQ_PEND_R
Bit 4 - Reception Channel[i] Interrupt Pending
sourcepub fn reception_mq3_irq_pend(&self) -> RECEPTION_MQ_IRQ_PEND_R
pub fn reception_mq3_irq_pend(&self) -> RECEPTION_MQ_IRQ_PEND_R
Bit 6 - Reception Channel[i] Interrupt Pending
Methods from Deref<Target = R<MSGBOX_RD_IRQ_STATUS_REG_SPEC>>
Trait Implementations
sourceimpl From<R<MSGBOX_RD_IRQ_STATUS_REG_SPEC>> for R
impl From<R<MSGBOX_RD_IRQ_STATUS_REG_SPEC>> for R
sourcefn from(reader: R<MSGBOX_RD_IRQ_STATUS_REG_SPEC>) -> Self
fn from(reader: R<MSGBOX_RD_IRQ_STATUS_REG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more