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_earliest_t Struct Reference

nrf_radio_request_earliest_t Struct Reference
[Types]

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

#include <nrf_soc.h>

Data Fields

uint8_t hfclk
 High frequency clock source, see NRF_RADIO_HFCLK_CFG.
uint8_t priority
 The radio timeslot priority, see NRF_RADIO_PRIORITY.
uint32_t length_us
 The radio timeslot length (in the range 100 to 100,000] microseconds).
uint32_t timeout_us
 Longest acceptable delay until the start of the requested timeslot (up to NRF_RADIO_EARLIEST_TIMEOUT_MAX_US microseconds).

Detailed Description

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

Definition at line 291 of file nrf_soc.h.


Field Documentation

uint8_t hfclk

High frequency clock source, see NRF_RADIO_HFCLK_CFG.

Definition at line 293 of file nrf_soc.h.

uint32_t length_us

The radio timeslot length (in the range 100 to 100,000] microseconds).

Definition at line 295 of file nrf_soc.h.

uint8_t priority

The radio timeslot priority, see NRF_RADIO_PRIORITY.

Definition at line 294 of file nrf_soc.h.

uint32_t timeout_us

Longest acceptable delay until the start of the requested timeslot (up to NRF_RADIO_EARLIEST_TIMEOUT_MAX_US microseconds).

Definition at line 296 of file nrf_soc.h.