Struct r0ket_l0dable::nrf::Rx [] [src]

pub struct Rx;

Do not construct yourself but use rx()

The instance of this types signifies that the radio is in RX mode.

Methods

impl Rx
[src]

[src]

Poll for next (non-encrypted) packet

Trait Implementations

impl Drop for Rx
[src]

[src]

End RX mode

Auto Trait Implementations

impl Send for Rx

impl Sync for Rx