![]() |
nRF5 SDK
v15.0.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API |
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). | |
Structure holding dynamic data associated with a module or instance if filtering is enabled (NRF_LOG_FILTERS_ENABLED).