Struct Shorts
#[repr(transparent)]pub struct Shorts(pub u32);Expand description
Shortcuts between local events and tasks
Tuple Fields§
§0: u32Implementations§
§impl Shorts
impl Shorts
pub const fn ready_start(&self) -> bool
pub const fn ready_start(&self) -> bool
Shortcut between event READY and task START
pub const fn set_ready_start(&mut self, val: bool)
pub const fn set_ready_start(&mut self, val: bool)
Shortcut between event READY and task START
pub const fn end_disable(&self) -> bool
pub const fn end_disable(&self) -> bool
Shortcut between event END and task DISABLE
pub const fn set_end_disable(&mut self, val: bool)
pub const fn set_end_disable(&mut self, val: bool)
Shortcut between event END and task DISABLE
pub const fn disabled_txen(&self) -> bool
pub const fn disabled_txen(&self) -> bool
Shortcut between event DISABLED and task TXEN
pub const fn set_disabled_txen(&mut self, val: bool)
pub const fn set_disabled_txen(&mut self, val: bool)
Shortcut between event DISABLED and task TXEN
pub const fn disabled_rxen(&self) -> bool
pub const fn disabled_rxen(&self) -> bool
Shortcut between event DISABLED and task RXEN
pub const fn set_disabled_rxen(&mut self, val: bool)
pub const fn set_disabled_rxen(&mut self, val: bool)
Shortcut between event DISABLED and task RXEN
pub const fn address_rssistart(&self) -> bool
pub const fn address_rssistart(&self) -> bool
Shortcut between event ADDRESS and task RSSISTART
pub const fn set_address_rssistart(&mut self, val: bool)
pub const fn set_address_rssistart(&mut self, val: bool)
Shortcut between event ADDRESS and task RSSISTART
pub const fn set_end_start(&mut self, val: bool)
pub const fn set_end_start(&mut self, val: bool)
Shortcut between event END and task START
pub const fn address_bcstart(&self) -> bool
pub const fn address_bcstart(&self) -> bool
Shortcut between event ADDRESS and task BCSTART
pub const fn set_address_bcstart(&mut self, val: bool)
pub const fn set_address_bcstart(&mut self, val: bool)
Shortcut between event ADDRESS and task BCSTART
pub const fn disabled_rssistop(&self) -> bool
pub const fn disabled_rssistop(&self) -> bool
Shortcut between event DISABLED and task RSSISTOP
pub const fn set_disabled_rssistop(&mut self, val: bool)
pub const fn set_disabled_rssistop(&mut self, val: bool)
Shortcut between event DISABLED and task RSSISTOP
pub const fn rxready_ccastart(&self) -> bool
pub const fn rxready_ccastart(&self) -> bool
Shortcut between event RXREADY and task CCASTART
pub const fn set_rxready_ccastart(&mut self, val: bool)
pub const fn set_rxready_ccastart(&mut self, val: bool)
Shortcut between event RXREADY and task CCASTART
pub const fn ccaidle_txen(&self) -> bool
pub const fn ccaidle_txen(&self) -> bool
Shortcut between event CCAIDLE and task TXEN
pub const fn set_ccaidle_txen(&mut self, val: bool)
pub const fn set_ccaidle_txen(&mut self, val: bool)
Shortcut between event CCAIDLE and task TXEN
pub const fn ccabusy_disable(&self) -> bool
pub const fn ccabusy_disable(&self) -> bool
Shortcut between event CCABUSY and task DISABLE
pub const fn set_ccabusy_disable(&mut self, val: bool)
pub const fn set_ccabusy_disable(&mut self, val: bool)
Shortcut between event CCABUSY and task DISABLE
pub const fn framestart_bcstart(&self) -> bool
pub const fn framestart_bcstart(&self) -> bool
Shortcut between event FRAMESTART and task BCSTART
pub const fn set_framestart_bcstart(&mut self, val: bool)
pub const fn set_framestart_bcstart(&mut self, val: bool)
Shortcut between event FRAMESTART and task BCSTART
pub const fn ready_edstart(&self) -> bool
pub const fn ready_edstart(&self) -> bool
Shortcut between event READY and task EDSTART
pub const fn set_ready_edstart(&mut self, val: bool)
pub const fn set_ready_edstart(&mut self, val: bool)
Shortcut between event READY and task EDSTART
pub const fn edend_disable(&self) -> bool
pub const fn edend_disable(&self) -> bool
Shortcut between event EDEND and task DISABLE
pub const fn set_edend_disable(&mut self, val: bool)
pub const fn set_edend_disable(&mut self, val: bool)
Shortcut between event EDEND and task DISABLE
pub const fn ccaidle_stop(&self) -> bool
pub const fn ccaidle_stop(&self) -> bool
Shortcut between event CCAIDLE and task STOP
pub const fn set_ccaidle_stop(&mut self, val: bool)
pub const fn set_ccaidle_stop(&mut self, val: bool)
Shortcut between event CCAIDLE and task STOP
pub const fn txready_start(&self) -> bool
pub const fn txready_start(&self) -> bool
Shortcut between event TXREADY and task START
pub const fn set_txready_start(&mut self, val: bool)
pub const fn set_txready_start(&mut self, val: bool)
Shortcut between event TXREADY and task START
pub const fn rxready_start(&self) -> bool
pub const fn rxready_start(&self) -> bool
Shortcut between event RXREADY and task START
pub const fn set_rxready_start(&mut self, val: bool)
pub const fn set_rxready_start(&mut self, val: bool)
Shortcut between event RXREADY and task START
pub const fn phyend_disable(&self) -> bool
pub const fn phyend_disable(&self) -> bool
Shortcut between event PHYEND and task DISABLE
pub const fn set_phyend_disable(&mut self, val: bool)
pub const fn set_phyend_disable(&mut self, val: bool)
Shortcut between event PHYEND and task DISABLE
pub const fn phyend_start(&self) -> bool
pub const fn phyend_start(&self) -> bool
Shortcut between event PHYEND and task START
pub const fn set_phyend_start(&mut self, val: bool)
pub const fn set_phyend_start(&mut self, val: bool)
Shortcut between event PHYEND and task START