#[repr(u8)]pub enum Mode {
Show 16 variants
NRF_1MBIT = 0,
NRF_2MBIT = 1,
_RESERVED_2 = 2,
BLE_1MBIT = 3,
BLE_2MBIT = 4,
BLE_LR125KBIT = 5,
BLE_LR500KBIT = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
IEEE802154_250KBIT = 15,
}
Variants§
NRF_1MBIT = 0
1 Mbps Nordic proprietary radio mode
NRF_2MBIT = 1
2 Mbps Nordic proprietary radio mode
_RESERVED_2 = 2
BLE_1MBIT = 3
1 Mbps BLE
BLE_2MBIT = 4
2 Mbps BLE
BLE_LR125KBIT = 5
Long range 125 kbps TX, 125 kbps and 500 kbps RX
BLE_LR500KBIT = 6
Long range 500 kbps TX, 125 kbps and 500 kbps RX
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
IEEE802154_250KBIT = 15
IEEE 802.15.4-2006 250 kbps
Implementations§
Trait Implementations§
Source§impl Ord for Mode
impl Ord for Mode
Source§impl PartialOrd for Mode
impl PartialOrd for Mode
impl Copy for Mode
impl Eq for Mode
impl StructuralPartialEq for Mode
Auto Trait Implementations§
impl Freeze for Mode
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
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
)