Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

nrf_radio_request_t Struct Reference

nrf_radio_request_t Struct Reference
[Types]

Radio request parameters. More...

#include <nrf_soc.h>

Data Fields

uint8_t request_type
 Type of request, see NRF_RADIO_REQUEST_TYPE.
nrf_radio_request_earliest_t earliest
 Parameters for a request for a timeslot as early as possible.
nrf_radio_request_normal_t normal
 Parameters for a normal radio request.

Detailed Description

Radio request parameters.

Definition at line 309 of file nrf_soc.h.


Field Documentation

Parameters for a request for a timeslot as early as possible.

Definition at line 314 of file nrf_soc.h.

Parameters for a normal radio request.

Definition at line 315 of file nrf_soc.h.

uint8_t request_type

Type of request, see NRF_RADIO_REQUEST_TYPE.

Definition at line 311 of file nrf_soc.h.