pub enum StatePRX {
IdleRx,
Receiver,
TransmittingAck,
TransmittingRepeatedAck,
}Expand description
The current state of the radio when in PRX mode
Variants§
IdleRx
The radio is idle in PRX mode
Receiver
ESB in the PRX state listening for packets
TransmittingAck
Transmitting the acknowledgement
TransmittingRepeatedAck
Transmitting the acknowledgement for a repeated packet
Trait Implementations§
impl Copy for StatePRX
impl StructuralPartialEq for StatePRX
Auto Trait Implementations§
impl Freeze for StatePRX
impl RefUnwindSafe for StatePRX
impl Send for StatePRX
impl Sync for StatePRX
impl Unpin for StatePRX
impl UnwindSafe for StatePRX
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