![]() |
nRF Connect SDK API 3.3.99
|
| enum esb_tx_mode |
#include <include/esb.h>
Enhanced ShockBurst transmission modes.
| Enumerator | |
|---|---|
| ESB_TXMODE_AUTO | Automatic TX mode: When the TX FIFO contains packets and the radio is idle, packets are sent automatically. |
| ESB_TXMODE_MANUAL | Manual TX mode: Packets are not sent until esb_start_tx is called. This mode can be used to ensure consistent packet timing. |
| ESB_TXMODE_MANUAL_START | Manual start TX mode: Packets are not sent until esb_start_tx is called. Then, transmission continues automatically until the TX FIFO is empty. |