Loading...
Searching...
No Matches
NRF BLE radio driver

Radio driver for nRF5x SoCs for using the radio in BLE mode. More...

Detailed Description

Radio driver for nRF5x SoCs for using the radio in BLE mode.

Files

file  nrfble.h
 Interface definition for the nrfble radio driver.
 

Macros

#define NRFBLE_TXPOWER_DEFAULT   (0) /* 0dBm */
 Default transmission power used.
 

Functions

netdev_tnrfble_setup (void)
 Setup the device driver's data structures.
 
#define NRFBLE_CHAN_MIN   (0U)
 nrfble channel configuration
 
#define NRFBLE_CHAN_MAX   (39U)
 

Macro Definition Documentation

◆ NRFBLE_CHAN_MAX

#define NRFBLE_CHAN_MAX   (39U)

Definition at line 35 of file nrfble.h.

◆ NRFBLE_CHAN_MIN

#define NRFBLE_CHAN_MIN   (0U)

nrfble channel configuration

Definition at line 34 of file nrfble.h.

◆ NRFBLE_TXPOWER_DEFAULT

#define NRFBLE_TXPOWER_DEFAULT   (0) /* 0dBm */

Default transmission power used.

Definition at line 41 of file nrfble.h.

Function Documentation

◆ nrfble_setup()

netdev_t * nrfble_setup ( void  )

Setup the device driver's data structures.

Returns
pointer to the device's netdev struct