nRF51 SDK - S110 SoftDevice
|
Mutual exclusion of radio activity and CPU execution. More...
#include <ble.h>
Data Fields | |
uint8_t | enable: 1 |
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 @ref sd_ble_opt_set to configure the @ref BLE_COMMON_OPT_RADIO_CPU_MUTEX option.
uint8_t ble_common_opt_radio_cpu_mutex_t::enable |
Enable mutual exclusion of radio activity and the CPU execution.