My Project
Loading...
Searching...
No Matches
nrf24l01_data_pipe Struct Reference

Data pipe configuration structure. More...

#include <nrf24l01.h>

Public Attributes

uint8_t nrf24l01_data_pipe_enable
uint8_t nrf24l01_data_pipe_dyn_payload_length_enable
uint8_t nrf24l01_data_pipe_auto_ack
uint8_t * nrf24l01_data_pipe_receive_address
uint8_t nrf24l01_data_pipe_payload_width
uint8_t * nrf24l01_data_pipe_payload

Detailed Description

Data pipe configuration structure.

Member Data Documentation

◆ nrf24l01_data_pipe_auto_ack

uint8_t nrf24l01_data_pipe::nrf24l01_data_pipe_auto_ack

Enable auto acknowledgment

◆ nrf24l01_data_pipe_dyn_payload_length_enable

uint8_t nrf24l01_data_pipe::nrf24l01_data_pipe_dyn_payload_length_enable

Enable dynamic payload length

◆ nrf24l01_data_pipe_enable

uint8_t nrf24l01_data_pipe::nrf24l01_data_pipe_enable

Enable/disable data pipe

◆ nrf24l01_data_pipe_payload

uint8_t* nrf24l01_data_pipe::nrf24l01_data_pipe_payload

Payload data buffer

◆ nrf24l01_data_pipe_payload_width

uint8_t nrf24l01_data_pipe::nrf24l01_data_pipe_payload_width

Static payload width (if dynamic disabled)

◆ nrf24l01_data_pipe_receive_address

uint8_t* nrf24l01_data_pipe::nrf24l01_data_pipe_receive_address

Receive address for this pipe


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