22#ifndef __SYS_DEBUG_H__
23#define __SYS_DEBUG_H__
55#if !defined (DISABLE_PROBE_GPIO)
60#define PROBE_GPIO_WRITE( gpio, n, x ) HAL_GPIO_WritePin( gpio, n, (GPIO_PinState)(x) )
65#define PROBE_GPIO_SET_LINE( gpio, n ) LL_GPIO_SetOutputPin( gpio, n )
70#define PROBE_GPIO_RST_LINE( gpio, n ) LL_GPIO_ResetOutputPin( gpio, n )
77#define PROBE_GPIO_WRITE( gpio, n, x )
82#define PROBE_GPIO_SET_LINE( gpio, n )
87#define PROBE_GPIO_RST_LINE( gpio, n )
Applicative configuration, e.g. : debug, trace, low power, sensors.
void DBG_Init(void)
Initializes the SW probes pins and the monitor RF pins via Alternate Function.