Type Alias nrf52840_pac::radio::state::STATE_R
source · pub type STATE_R = FieldReader<u8, STATE_A>;
Expand description
Field STATE
reader - Current radio state
Aliased Type§
struct STATE_R { /* private fields */ }
Implementations§
source§impl STATE_R
impl STATE_R
sourcepub fn is_disabled(&self) -> bool
pub fn is_disabled(&self) -> bool
Checks if the value of the field is DISABLED
sourcepub fn is_rx_idle(&self) -> bool
pub fn is_rx_idle(&self) -> bool
Checks if the value of the field is RX_IDLE
sourcepub fn is_rx_disable(&self) -> bool
pub fn is_rx_disable(&self) -> bool
Checks if the value of the field is RX_DISABLE
sourcepub fn is_tx_idle(&self) -> bool
pub fn is_tx_idle(&self) -> bool
Checks if the value of the field is TX_IDLE
sourcepub fn is_tx_disable(&self) -> bool
pub fn is_tx_disable(&self) -> bool
Checks if the value of the field is TX_DISABLE