pub enum PaOutput {
Rfo,
PaBoost,
}Expand description
Which amplifier output a module wires to its antenna, from Table 33.
Variants§
Rfo
The high efficiency amplifier on RFO_LF or RFO_HF, -4 to +15 dBm.
PaBoost
The regulated amplifier on PA_BOOST, +2 to +17 dBm, or +20 dBm with the high power setting of Table 34. The RFM95W wires its antenna here.
Implementations§
Trait Implementations§
impl Copy for PaOutput
impl Eq for PaOutput
impl StructuralPartialEq for PaOutput
Auto Trait Implementations§
impl Freeze for PaOutput
impl RefUnwindSafe for PaOutput
impl Send for PaOutput
impl Sync for PaOutput
impl Unpin for PaOutput
impl UnsafeUnpin for PaOutput
impl UnwindSafe for PaOutput
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