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