nRF5 SDK for Mesh v4.1.0
Macros
Bearer event configuration

Compile time configuration of the bearer event module. More...

Macros

#define BEARER_EVENT_FIFO_SIZE   16
 Length of the asynchronous processing queue. More...
 
#define BEARER_EVENT_FLAG_COUNT   14
 Number of flags available for allocation. More...
 
#define BEARER_EVENT_USE_SWI0   0
 Configure the bearer event module to use the SWI0 IRQ handler for processing the events. More...
 

Detailed Description

Compile time configuration of the bearer event module.

Macro Definition Documentation

◆ BEARER_EVENT_FIFO_SIZE

#define BEARER_EVENT_FIFO_SIZE   16

Length of the asynchronous processing queue.

Definition at line 134 of file nrf_mesh_config_bearer.h.

◆ BEARER_EVENT_FLAG_COUNT

#define BEARER_EVENT_FLAG_COUNT   14

Number of flags available for allocation.

Definition at line 139 of file nrf_mesh_config_bearer.h.

◆ BEARER_EVENT_USE_SWI0

#define BEARER_EVENT_USE_SWI0   0

Configure the bearer event module to use the SWI0 IRQ handler for processing the events.

By default, the bearer event module uses the QDEC IRQ handler. See Resource usage for details.

Definition at line 149 of file nrf_mesh_config_bearer.h.


Documentation feedback | Developer Zone | Subscribe | Updated