nRF5 SDK  v15.0.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
nrf_log_module_dynamic_data_t Struct Reference

Structure holding dynamic data associated with a module or instance if filtering is enabled (NRF_LOG_FILTERS_ENABLED). More...

#include <nrf_log_types.h>

Data Fields

uint16_t module_id
 Module ID assigned during initialization.
 
uint16_t order_idx
 Ordered index of the module (used for auto-completion).
 
uint32_t filter
 Current highest severity level accepted (redundant to nrf_log_module_dynamic_data_t::filter_lvls, used for optimization)
 
uint32_t filter_lvls
 Current severity levels for each backend (3 bits per backend).
 

Detailed Description

Structure holding dynamic data associated with a module or instance if filtering is enabled (NRF_LOG_FILTERS_ENABLED).

See NRF_LOG_MODULE_REGISTER and NRF_LOG_INSTANCE_REGISTER.


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