Loading...
Searching...
No Matches

Structure that represents the hardware setup of the nrf24l01+ transceiver. More...

Detailed Description

Structure that represents the hardware setup of the nrf24l01+ transceiver.

Definition at line 38 of file nrf24l01p.h.

#include <nrf24l01p.h>

Data Fields

spi_t spi
 SPI device to initialize.
 
gpio_t ce
 GPIO pin to initialize as chip enable.
 
gpio_t cs
 GPIO pin to initialize as chip select.
 
gpio_t irq
 GPIO pin to initialize as interrupt request.
 
unsigned listener
 Place to store an ID in.
 

Field Documentation

◆ ce

gpio_t nrf24l01p_t::ce

GPIO pin to initialize as chip enable.

Definition at line 40 of file nrf24l01p.h.

◆ cs

gpio_t nrf24l01p_t::cs

GPIO pin to initialize as chip select.

Definition at line 41 of file nrf24l01p.h.

◆ irq

gpio_t nrf24l01p_t::irq

GPIO pin to initialize as interrupt request.

Definition at line 42 of file nrf24l01p.h.

◆ listener

unsigned nrf24l01p_t::listener

Place to store an ID in.

Definition at line 43 of file nrf24l01p.h.

◆ spi

spi_t nrf24l01p_t::spi

SPI device to initialize.

Definition at line 39 of file nrf24l01p.h.


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