Optimized high speed nRF24L01+ driver class documentation v1.4.11
TMRh20 2020 - Optimized fork of the nRF24L01+ driver
Loading...
Searching...
No Matches
FIFO state

Enumerations

enum  rf24_fifo_state_e { RF24_FIFO_OCCUPIED , RF24_FIFO_EMPTY , RF24_FIFO_FULL , RF24_FIFO_INVALID }
 

Detailed Description

The state of a single FIFO (RX or TX). Remember, each FIFO has a maximum occupancy of 3 payloads.

See also
RF24::isFifo()

Enumeration Type Documentation

◆ rf24_fifo_state_e

Enumerator
RF24_FIFO_OCCUPIED 

The FIFO is not full nor empty, but it is occupied with 1 or 2 payloads.

RF24_FIFO_EMPTY 

The FIFO is empty.

RF24_FIFO_FULL 

The FIFO is full.

RF24_FIFO_INVALID 

Represents corruption of data over SPI (when observed).

Definition at line 119 of file RF24.h.