#[repr(u8)]pub enum State {
Show 16 variants
DISABLED = 0,
RX_RU = 1,
RX_IDLE = 2,
RX = 3,
RX_DISABLE = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
TX_RU = 9,
TX_IDLE = 10,
TX = 11,
TX_DISABLE = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
DISABLED = 0
Radio is in the Disabled state.
RX_RU = 1
Radio is in the Rx Ramp Up state.
RX_IDLE = 2
Radio is in the Rx Idle state.
RX = 3
Radio is in the Rx state.
RX_DISABLE = 4
Radio is in the Rx Disable state.
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
TX_RU = 9
Radio is in the Tx Ramp Up state.
TX_IDLE = 10
Radio is in the Tx Idle state.
TX = 11
Radio is in the Tx state.
TX_DISABLE = 12
Radio is in the Tx Disable state.
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for State
impl Ord for State
Source§impl PartialOrd for State
impl PartialOrd for State
impl Copy for State
impl Eq for State
impl StructuralPartialEq for State
Auto Trait Implementations§
impl Freeze for State
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)