|
L14-Click 1.0
STM32WLE5CC LoRaWAN Sensor Platform
|
Configuration of the debug.c instances. More...
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. | |
Configuration of the debug.c instances.
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.
| #define PROBE_GPIO_RST_LINE | ( | gpio, | |
| n ) |
Set pin to low level.
Definition at line 70 of file sys_debug.h.
| #define PROBE_GPIO_SET_LINE | ( | gpio, | |
| n ) |
Set pin to high level.
Definition at line 65 of file sys_debug.h.
| #define PROBE_GPIO_WRITE | ( | gpio, | |
| n, | |||
| x ) |
Set pin to x value.
Definition at line 60 of file sys_debug.h.
| 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().