Struct that holds all active configuration values. More...

Detailed Description

Struct that holds all active configuration values.

Definition at line 88 of file nrf24l01p_ng.h.

#include <nrf24l01p_ng.h>

Data Fields

uint8_t __pad0__: 1
 padding
 
uint8_t cfg_channel: 7
 Current channel.
 
uint8_t __pad1__: 2
 padding
 
uint8_t cfg_crc: 2
 Current CRC length configuration value. More...
 
uint8_t cfg_tx_power: 2
 Current tx power configuration value. More...
 
uint8_t cfg_data_rate: 2
 Current data rate configuration value. More...
 
uint8_t cfg_max_retr: 4
 Current maximum number of retransmissions.
 
uint8_t cfg_retr_delay: 4
 Current retransmission delay configuration value. More...
 

Field Documentation

◆ cfg_crc

uint8_t nrf24l01p_ng_cfg_t::cfg_crc

Current CRC length configuration value.

See also
nrf24l01p_ng_crc_t

Definition at line 105 of file nrf24l01p_ng.h.

◆ cfg_data_rate

uint8_t nrf24l01p_ng_cfg_t::cfg_data_rate

Current data rate configuration value.

See also
nrf24l01p_ng_rfdr_t

Definition at line 115 of file nrf24l01p_ng.h.

◆ cfg_retr_delay

uint8_t nrf24l01p_ng_cfg_t::cfg_retr_delay

Current retransmission delay configuration value.

See also
nrf24l01p_ng_ard_t

Definition at line 124 of file nrf24l01p_ng.h.

◆ cfg_tx_power

uint8_t nrf24l01p_ng_cfg_t::cfg_tx_power

Current tx power configuration value.

See also
nrf24l01p_ng_tx_power_t

Definition at line 110 of file nrf24l01p_ng.h.


The documentation for this struct was generated from the following file: