STM32L443xx HAL User Manual
Defines
SWPMI Private Macros
SWPMI

Defines

#define IS_LL_SWPMI_BITRATE_VALUE(__VALUE__)   (((__VALUE__) <= 63U))
#define IS_LL_SWPMI_SW_BUFFER_RX(__VALUE__)
#define IS_LL_SWPMI_SW_BUFFER_TX(__VALUE__)
#define IS_LL_SWPMI_VOLTAGE_CLASS(__VALUE__)

Define Documentation

#define IS_LL_SWPMI_BITRATE_VALUE (   __VALUE__)    (((__VALUE__) <= 63U))

Definition at line 47 of file stm32l4xx_ll_swpmi.c.

Referenced by LL_SWPMI_Init().

#define IS_LL_SWPMI_SW_BUFFER_RX (   __VALUE__)
Value:
(((__VALUE__) == LL_SWPMI_SW_BUFFER_RX_SINGLE) \
                                          || ((__VALUE__) == LL_SWPMI_SW_BUFFER_RX_MULTI))

Definition at line 49 of file stm32l4xx_ll_swpmi.c.

Referenced by LL_SWPMI_Init().

#define IS_LL_SWPMI_SW_BUFFER_TX (   __VALUE__)
Value:
(((__VALUE__) == LL_SWPMI_SW_BUFFER_TX_SINGLE) \
                                          || ((__VALUE__) == LL_SWPMI_SW_BUFFER_TX_MULTI))

Definition at line 52 of file stm32l4xx_ll_swpmi.c.

Referenced by LL_SWPMI_Init().

#define IS_LL_SWPMI_VOLTAGE_CLASS (   __VALUE__)
Value:
(((__VALUE__) == LL_SWPMI_VOLTAGE_CLASS_C) \
                                           || ((__VALUE__) == LL_SWPMI_VOLTAGE_CLASS_B))

Definition at line 55 of file stm32l4xx_ll_swpmi.c.

Referenced by LL_SWPMI_Init().