nRF5 SDK for Mesh v1.0.1
Data Fields
nrf_mesh_init_params_t Struct Reference

Initialization parameters structure. More...

#include <nrf_mesh.h>

Data Fields

nrf_mesh_assertion_handler_t assertion_handler
 Assert callback function. More...
 
nrf_mesh_relay_check_cb_t relay_cb
 Application call back for relay decisions, can be NULL. More...
 
uint8_t irq_priority
 Application IRQ priority (NRF_MESH_IRQ_PRIORITY_THREAD if thread mode). More...
 

Detailed Description

Initialization parameters structure.

Definition at line 409 of file nrf_mesh.h.

Field Documentation

◆ assertion_handler

nrf_mesh_assertion_handler_t nrf_mesh_init_params_t::assertion_handler

Assert callback function.

Definition at line 418 of file nrf_mesh.h.

◆ relay_cb

nrf_mesh_relay_check_cb_t nrf_mesh_init_params_t::relay_cb

Application call back for relay decisions, can be NULL.

Definition at line 419 of file nrf_mesh.h.

◆ irq_priority

uint8_t nrf_mesh_init_params_t::irq_priority

Application IRQ priority (NRF_MESH_IRQ_PRIORITY_THREAD if thread mode).

Definition at line 420 of file nrf_mesh.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated