#[repr(u8)]pub enum DeviceSel {
LowPowerPA = 1,
HighPowerPA = 0,
}Expand description
Power amplifier selection
Variants§
LowPowerPA = 1
Low power, power amplifier, used by sx1261
HighPowerPA = 0
High power, power amplifier, used by sx1262
Auto Trait Implementations§
impl Freeze for DeviceSel
impl RefUnwindSafe for DeviceSel
impl Send for DeviceSel
impl Sync for DeviceSel
impl Unpin for DeviceSel
impl UnwindSafe for DeviceSel
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