Macros |
|
| #define | NRF_SDH_SOC_ENABLED |
|
Enable the SoftDevice Handler SoC module.
More...
|
|
| #define | NRF_SDH_SOC_OBSERVER_PRIO_LEVELS |
|
Total number of priority levels for SoC observers.
More...
|
|
| #define | BLE_ADV_SOC_OBSERVER_PRIO |
|
Priority with which SoC events are dispatched to the Advertising module.
More...
|
|
| #define | BLE_DFU_SOC_OBSERVER_PRIO |
|
Priority with which BLE events are dispatched to the DFU Service.
More...
|
|
| #define | CLOCK_CONFIG_SOC_OBSERVER_PRIO |
|
Priority with which SoC events are dispatched to the Clock driver.
More...
|
|
| #define | POWER_CONFIG_SOC_OBSERVER_PRIO |
|
Priority with which SoC events are dispatched to the Power driver.
More...
|
|
Detailed Description
Macro Definition Documentation
| #define BLE_ADV_SOC_OBSERVER_PRIO |
Priority with which SoC events are dispatched to the Advertising module.
- Note
- This is an NRF_CONFIG macro.
| #define BLE_DFU_SOC_OBSERVER_PRIO |
Priority with which BLE events are dispatched to the DFU Service.
- Note
- This is an NRF_CONFIG macro.
| #define CLOCK_CONFIG_SOC_OBSERVER_PRIO |
Priority with which SoC events are dispatched to the Clock driver.
- Note
- This is an NRF_CONFIG macro.
| #define NRF_SDH_SOC_ENABLED |
Enable the SoftDevice Handler SoC module.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define NRF_SDH_SOC_OBSERVER_PRIO_LEVELS |
Total number of priority levels for SoC observers.
This setting configures the number of priority levels available for the SoC event handlers. The priority level of a handler determines the order in which it receives events, with respect to other handlers.
- Note
- This is an NRF_CONFIG macro.
| #define POWER_CONFIG_SOC_OBSERVER_PRIO |
Priority with which SoC events are dispatched to the Power driver.
- Note
- This is an NRF_CONFIG macro.