Struct embedded_nrf24l01::RxMode [] [src]

pub struct RxMode<D: Device> { /* fields omitted */ }

Methods

impl<D: Device> RxMode<D>
[src]

[src]

Disable CE so that you can switch into TX mode.

[src]

Is there any incoming data to read? Return the pipe number.

[src]

Is the RX queue empty?

[src]

Is the RX queue full?

[src]

Trait Implementations

impl<D: Device> Debug for RxMode<D>
[src]

[src]

Formats the value using the given formatter. Read more

impl<D: Device> Configuration for RxMode<D>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

power: 0: -18 dBm, 3: 0 dBm

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

bools * None: Dynamic payload length * Some(len): Static payload length len Read more

Auto Trait Implementations

impl<D> Send for RxMode<D> where
    D: Send

impl<D> Sync for RxMode<D> where
    D: Sync