nrf_esb_config_t

nRF5 SDK v11.0.0

nRF5 SDK v11.0.0

Main nrf_esb configuration struct. More...

#include <nrf_esb.h>

Detailed Description

Main nrf_esb configuration struct.

Field Documentation

nrf_esb_bitrate_t nrf_esb_config_t::bitrate

Enhanced ShockBurst bitrate mode.

nrf_esb_crc_t nrf_esb_config_t::crc

Enhanced ShockBurst CRC modes.

nrf_esb_event_handler_t nrf_esb_config_t::event_handler

Enhanced ShockBurst event handler.

uint8_t nrf_esb_config_t::event_irq_priority

ESB event interrupt priority.

nrf_esb_mode_t nrf_esb_config_t::mode

Enhanced ShockBurst mode.

uint8_t nrf_esb_config_t::payload_length

Length of payload. Maximum length depend on the platform used in each end.

nrf_esb_protocol_t nrf_esb_config_t::protocol

Enhanced ShockBurst protocol.

uint8_t nrf_esb_config_t::radio_irq_priority

nRF radio interrupt priority.

uint16_t nrf_esb_config_t::retransmit_count

The number of retransmissions attempts before transmission fail.

uint16_t nrf_esb_config_t::retransmit_delay

The delay between each retransmission of unacked packets.

bool nrf_esb_config_t::selective_auto_ack

Enable or disable selective auto acknowledgement.

nrf_esb_tx_mode_t nrf_esb_config_t::tx_mode

Enhanced ShockBurst transmit mode.

nrf_esb_tx_power_t nrf_esb_config_t::tx_output_power

Enhanced ShockBurst radio transmission power mode.