L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
Loading...
Searching...
No Matches
mw_log_conf.h File Reference

Configure (enable/disable) traces. More...

#include "stm32_adv_trace.h"
Include dependency graph for mw_log_conf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MW_LOG_ENABLED
#define MW_LOG(TS, VL, ...)

Detailed Description

Configure (enable/disable) traces.

Author
MCD Application Team
Attention

Copyright (c) 2026 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file mw_log_conf.h.

Macro Definition Documentation

◆ MW_LOG

#define MW_LOG ( TS,
VL,
... )
Value:
do{ {UTIL_ADV_TRACE_COND_FSend(VL, T_REG_OFF, TS, __VA_ARGS__);} }while(0)
#define T_REG_OFF

Definition at line 55 of file mw_log_conf.h.

◆ MW_LOG_ENABLED

#define MW_LOG_ENABLED

Definition at line 42 of file mw_log_conf.h.