#[repr(transparent)]pub struct Int0(pub u32);Expand description
Disable interrupt.
Tuple Fields§
§0: u32Implementations§
Source§impl Int0
impl Int0
Sourcepub const fn set_txready(&mut self, val: bool)
pub const fn set_txready(&mut self, val: bool)
Write ‘1’ to disable interrupt for event TXREADY.
Sourcepub const fn set_rxready(&mut self, val: bool)
pub const fn set_rxready(&mut self, val: bool)
Write ‘1’ to disable interrupt for event RXREADY.
Sourcepub const fn set_address(&mut self, val: bool)
pub const fn set_address(&mut self, val: bool)
Write ‘1’ to disable interrupt for event ADDRESS.
Sourcepub const fn framestart(&self) -> bool
pub const fn framestart(&self) -> bool
Write ‘1’ to disable interrupt for event FRAMESTART.
Sourcepub const fn set_framestart(&mut self, val: bool)
pub const fn set_framestart(&mut self, val: bool)
Write ‘1’ to disable interrupt for event FRAMESTART.
Sourcepub const fn set_payload(&mut self, val: bool)
pub const fn set_payload(&mut self, val: bool)
Write ‘1’ to disable interrupt for event PAYLOAD.
Sourcepub const fn set_phyend(&mut self, val: bool)
pub const fn set_phyend(&mut self, val: bool)
Write ‘1’ to disable interrupt for event PHYEND.
Sourcepub const fn set_disabled(&mut self, val: bool)
pub const fn set_disabled(&mut self, val: bool)
Write ‘1’ to disable interrupt for event DISABLED.
Sourcepub const fn set_devmatch(&mut self, val: bool)
pub const fn set_devmatch(&mut self, val: bool)
Write ‘1’ to disable interrupt for event DEVMATCH.
Sourcepub const fn set_devmiss(&mut self, val: bool)
pub const fn set_devmiss(&mut self, val: bool)
Write ‘1’ to disable interrupt for event DEVMISS.
Sourcepub const fn set_crcerror(&mut self, val: bool)
pub const fn set_crcerror(&mut self, val: bool)
Write ‘1’ to disable interrupt for event CRCERROR.
Sourcepub const fn set_bcmatch(&mut self, val: bool)
pub const fn set_bcmatch(&mut self, val: bool)
Write ‘1’ to disable interrupt for event BCMATCH.
Sourcepub const fn set_edstopped(&mut self, val: bool)
pub const fn set_edstopped(&mut self, val: bool)
Write ‘1’ to disable interrupt for event EDSTOPPED.
Sourcepub const fn set_ccaidle(&mut self, val: bool)
pub const fn set_ccaidle(&mut self, val: bool)
Write ‘1’ to disable interrupt for event CCAIDLE.
Sourcepub const fn set_ccabusy(&mut self, val: bool)
pub const fn set_ccabusy(&mut self, val: bool)
Write ‘1’ to disable interrupt for event CCABUSY.
Sourcepub const fn ccastopped(&self) -> bool
pub const fn ccastopped(&self) -> bool
Write ‘1’ to disable interrupt for event CCASTOPPED.
Sourcepub const fn set_ccastopped(&mut self, val: bool)
pub const fn set_ccastopped(&mut self, val: bool)
Write ‘1’ to disable interrupt for event CCASTOPPED.
Sourcepub const fn set_rateboost(&mut self, val: bool)
pub const fn set_rateboost(&mut self, val: bool)
Write ‘1’ to disable interrupt for event RATEBOOST.
Sourcepub const fn set_mhrmatch(&mut self, val: bool)
pub const fn set_mhrmatch(&mut self, val: bool)
Write ‘1’ to disable interrupt for event MHRMATCH.
Sourcepub const fn ctepresent(&self) -> bool
pub const fn ctepresent(&self) -> bool
Write ‘1’ to disable interrupt for event CTEPRESENT.
Sourcepub const fn set_ctepresent(&mut self, val: bool)
pub const fn set_ctepresent(&mut self, val: bool)
Write ‘1’ to disable interrupt for event CTEPRESENT.