pub enum Family {
Sx126x,
Sx127x,
}Expand description
Which family a radio’s chip belongs to.
Variants§
Sx126x
The SX1261, SX1262, SX1268, and LLCC68, which take commands.
Sx127x
The SX1276, SX1277, SX1278, and SX1279, which take registers.
Trait Implementations§
impl Copy for Family
impl Eq for Family
impl StructuralPartialEq for Family
Auto Trait Implementations§
impl Freeze for Family
impl RefUnwindSafe for Family
impl Send for Family
impl Sync for Family
impl Unpin for Family
impl UnsafeUnpin for Family
impl UnwindSafe for Family
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