Enum stm32wb_hci::host::TestPacketPayload
source · #[repr(u8)]pub enum TestPacketPayload {
PrbS9,
Nibbles10,
Bits10,
PrbS15,
All1,
All0,
Nibbles01,
Bits01,
}Expand description
Possible values of the payload parameter for the
le_transmitter_test command.
Variants§
PrbS9
Pseudo-Random bit sequence 9
Nibbles10
Pattern of alternating bits `11110000
Bits10
Pattern of alternating bits `10101010’
PrbS15
Pseudo-Random bit sequence 15
All1
Pattern of All `1’ bits
All0
Pattern of All `0’ bits
Nibbles01
Pattern of alternating bits `00001111
Bits01
Pattern of alternating bits `0101’
Trait Implementations§
source§impl Clone for TestPacketPayload
impl Clone for TestPacketPayload
source§fn clone(&self) -> TestPacketPayload
fn clone(&self) -> TestPacketPayload
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TestPacketPayload
impl Debug for TestPacketPayload
impl Copy for TestPacketPayload
Auto Trait Implementations§
impl RefUnwindSafe for TestPacketPayload
impl Send for TestPacketPayload
impl Sync for TestPacketPayload
impl Unpin for TestPacketPayload
impl UnwindSafe for TestPacketPayload
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