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

Configuration of the debug.c instances. More...

#include "sys_conf.h"
#include "platform.h"
Include dependency graph for sys_debug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PROBE_GPIO_WRITE(gpio, n, x)
 Set pin to x value.
#define PROBE_GPIO_SET_LINE(gpio, n)
 Set pin to high level.
#define PROBE_GPIO_RST_LINE(gpio, n)
 Set pin to low level.

Functions

void DBG_Init (void)
 Initializes the SW probes pins and the monitor RF pins via Alternate Function.

Detailed Description

Configuration of the debug.c instances.

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 sys_debug.h.

Macro Definition Documentation

◆ PROBE_GPIO_RST_LINE

#define PROBE_GPIO_RST_LINE ( gpio,
n )
Value:
LL_GPIO_ResetOutputPin( gpio, n )

Set pin to low level.

Definition at line 70 of file sys_debug.h.

◆ PROBE_GPIO_SET_LINE

#define PROBE_GPIO_SET_LINE ( gpio,
n )
Value:
LL_GPIO_SetOutputPin( gpio, n )

Set pin to high level.

Definition at line 65 of file sys_debug.h.

◆ PROBE_GPIO_WRITE

#define PROBE_GPIO_WRITE ( gpio,
n,
x )
Value:
HAL_GPIO_WritePin( gpio, n, (GPIO_PinState)(x) )

Set pin to x value.

Definition at line 60 of file sys_debug.h.

Function Documentation

◆ DBG_Init()

void DBG_Init ( void )

Initializes the SW probes pins and the monitor RF pins via Alternate Function.

Definition at line 64 of file sys_debug.c.

Referenced by SystemApp_Init().

Here is the caller graph for this function: