Enum stm32wlxx_hal::subghz::InfSeqSel
source · pub enum InfSeqSel {
Five = 0,
Zero = 1,
One = 2,
Prbs9 = 3,
}
Expand description
Generic packet infinite sequence selection.
Argument of PktCtrl::set_inf_seq_sel
.
Variants§
Trait Implementations§
source§impl PartialEq for InfSeqSel
impl PartialEq for InfSeqSel
impl Copy for InfSeqSel
impl Eq for InfSeqSel
impl StructuralEq for InfSeqSel
impl StructuralPartialEq for InfSeqSel
Auto Trait Implementations§
impl RefUnwindSafe for InfSeqSel
impl Send for InfSeqSel
impl Sync for InfSeqSel
impl Unpin for InfSeqSel
impl UnwindSafe for InfSeqSel
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