Enum stm32wlxx_hal::subghz::PMode
source · #[repr(u8)]pub enum PMode {
PowerSaving = 148,
Boost1 = 149,
Boost2 = 150,
Boost = 151,
}
Expand description
RX gain power modes.
Argument of set_rx_gain
.
Variants§
PowerSaving = 148
Power saving mode.
Reduces sensitivity.
Boost1 = 149
Boost mode level 1.
Improves sensitivity at detriment of power consumption.
Boost2 = 150
Boost mode level 2.
Improves a set further sensitivity at detriment of power consumption.
Boost = 151
Boost mode.
Best receiver sensitivity.
Trait Implementations§
source§impl PartialEq for PMode
impl PartialEq for PMode
impl Copy for PMode
impl Eq for PMode
impl StructuralEq for PMode
impl StructuralPartialEq for PMode
Auto Trait Implementations§
impl RefUnwindSafe for PMode
impl Send for PMode
impl Sync for PMode
impl Unpin for PMode
impl UnwindSafe for PMode
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