Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_common_opt_radio_cpu_mutex_t Struct Reference

ble_common_opt_radio_cpu_mutex_t Struct Reference
[Structures]

Mutual exclusion of radio activity and CPU execution. More...

#include <ble.h>

Data Fields

uint8_t enable: 1
 Enable mutual exclusion of radio activity and the CPU execution.

Detailed Description

Mutual exclusion of radio activity and CPU execution.

This option configures the application's access to the CPU when the radio is active. The application can configure itself to have access to the CPU while the radio is active. By default, the application will be not able to share CPU time with the SoftDevice during radio activity. This parameter structure is used together with sd_ble_opt_set to configure the BLE_COMMON_OPT_RADIO_CPU_MUTEX option.

Note:
Note that the mutual exclusion of radio activity and CPU execution should remain enabled when running the SoftDevice on hardware affected by PAN #44 "CCM may exceed real time requirements"and PAN #45 "AAR may exceed real time requirements".
sd_ble_opt_get is not supported for this option.

Definition at line 178 of file ble.h.


Field Documentation

uint8_t enable

Enable mutual exclusion of radio activity and the CPU execution.

Definition at line 180 of file ble.h.