pub enum RadioPeripherals {
Phy,
Bt,
Wifi,
Ieee802154,
}Expand description
Enumeration of the available radio peripherals for this chip.
Variants§
Phy
Represents the PHY (Physical Layer) peripheral.
Bt
Represents the Bluetooth peripheral.
Wifi
Represents the WiFi peripheral.
Ieee802154
Represents the IEEE 802.15.4 peripheral.
Auto Trait Implementations§
impl Freeze for RadioPeripherals
impl RefUnwindSafe for RadioPeripherals
impl Send for RadioPeripherals
impl Sync for RadioPeripherals
impl Unpin for RadioPeripherals
impl UnwindSafe for RadioPeripherals
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