nRF5 SDK v17.0.2
Macros
SoftDevice ANT event handler configuration

Macros

#define NRF_SDH_ANT_ENABLED
 Enable the SoftDevice Handler ANT module. More...
 
#define NRF_SDH_ANT_TOTAL_CHANNELS_ALLOCATED
 Allocated ANT channels. More...
 
#define NRF_SDH_ANT_ENCRYPTED_CHANNELS
 Encrypted ANT channels. More...
 
#define NRF_SDH_ANT_EVENT_QUEUE_SIZE
 Event queue size. More...
 
#define NRF_SDH_ANT_BURST_QUEUE_SIZE
 ANT burst queue size. More...
 
#define NRF_SDH_ANT_OBSERVER_PRIO_LEVELS
 Total number of priority levels for ANT observers. More...
 
#define ANT_BPWR_ANT_OBSERVER_PRIO
 Priority with which ANT events are dispatched to the Bicycle Power Profile. More...
 
#define ANT_BSC_ANT_OBSERVER_PRIO
 Priority with which ANT events are dispatched to the Bicycle Speed and Cadence Profile. More...
 
#define ANT_ENCRYPT_ANT_OBSERVER_PRIO
 Priority with which ANT events are dispatched to the Cryptographic ANT stack configuration module. More...
 
#define ANT_HRM_ANT_OBSERVER_PRIO
 Priority with which ANT events are dispatched to the Heart Rate Monitor. More...
 
#define ANT_SDM_ANT_OBSERVER_PRIO
 Priority with which ANT events are dispatched to the Stride Based Speed and Distance Monitor Profile. More...
 
#define ANT_STATE_INDICATOR_ANT_OBSERVER_PRIO
 Priority with which ANT events are dispatched to the ANT state indicator module. More...
 
#define BSP_BTN_ANT_OBSERVER_PRIO
 Priority with which ANT events are dispatched to the Button Control module. More...
 
#define NRF_DFU_ANT_EVT_HANDLER_PRIO
 DFU ANT event handling priority. More...
 

Detailed Description

Macro Definition Documentation

#define ANT_BPWR_ANT_OBSERVER_PRIO

Priority with which ANT events are dispatched to the Bicycle Power Profile.

Note
This is an NRF_CONFIG macro.
#define ANT_BSC_ANT_OBSERVER_PRIO

Priority with which ANT events are dispatched to the Bicycle Speed and Cadence Profile.

Note
This is an NRF_CONFIG macro.
#define ANT_ENCRYPT_ANT_OBSERVER_PRIO

Priority with which ANT events are dispatched to the Cryptographic ANT stack configuration module.

Note
This is an NRF_CONFIG macro.
#define ANT_HRM_ANT_OBSERVER_PRIO

Priority with which ANT events are dispatched to the Heart Rate Monitor.

Note
This is an NRF_CONFIG macro.
#define ANT_SDM_ANT_OBSERVER_PRIO

Priority with which ANT events are dispatched to the Stride Based Speed and Distance Monitor Profile.

Note
This is an NRF_CONFIG macro.
#define ANT_STATE_INDICATOR_ANT_OBSERVER_PRIO

Priority with which ANT events are dispatched to the ANT state indicator module.

Note
This is an NRF_CONFIG macro.
#define BSP_BTN_ANT_OBSERVER_PRIO

Priority with which ANT events are dispatched to the Button Control module.

Note
This is an NRF_CONFIG macro.
#define NRF_DFU_ANT_EVT_HANDLER_PRIO

DFU ANT event handling priority.

Priority used to register the ANT event handler for DFU purposes. Change this if there is other ANT event handlers that should be higher priority.

Note
This is an NRF_CONFIG macro.
#define NRF_SDH_ANT_BURST_QUEUE_SIZE

ANT burst queue size.

Note
This is an NRF_CONFIG macro.
#define NRF_SDH_ANT_ENABLED

Enable the SoftDevice Handler ANT module.

Set to 1 to activate.

Note
This is an NRF_CONFIG macro.
#define NRF_SDH_ANT_ENCRYPTED_CHANNELS

Encrypted ANT channels.

Note
This is an NRF_CONFIG macro.
#define NRF_SDH_ANT_EVENT_QUEUE_SIZE

Event queue size.

Note
This is an NRF_CONFIG macro.
#define NRF_SDH_ANT_OBSERVER_PRIO_LEVELS

Total number of priority levels for ANT observers.

This setting configures the number of priority levels available for the ANT 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 NRF_SDH_ANT_TOTAL_CHANNELS_ALLOCATED

Allocated ANT channels.

Note
This is an NRF_CONFIG macro.

Documentation feedback | Developer Zone | Subscribe | Updated