Enum stm32wlxx_hal::subghz::ExitMode
source · #[repr(u8)]pub enum ExitMode {
Standby = 0,
StandbyLoRa = 1,
}
Expand description
Mode to enter after a channel activity detection scan is finished.
Argument of CadParams::set_exit_mode
.
Variants§
Standby = 0
Standby with RC 13 MHz mode entry after CAD.
StandbyLoRa = 1
Standby with RC 13 MHz mode after CAD if no LoRa symbol is detected during the CAD scan. If a LoRa symbol is detected, the sub-GHz radio stays in RX mode until a packet is received or until the CAD timeout is reached.
Trait Implementations§
source§impl PartialEq for ExitMode
impl PartialEq for ExitMode
impl Eq for ExitMode
impl StructuralEq for ExitMode
impl StructuralPartialEq for ExitMode
Auto Trait Implementations§
impl RefUnwindSafe for ExitMode
impl Send for ExitMode
impl Sync for ExitMode
impl Unpin for ExitMode
impl UnwindSafe for ExitMode
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