STM32L486xx HAL User Manual
Defines
SWPMI Private Macros
SWPMI

Defines

#define IS_LL_SWPMI_BITRATE_VALUE(__VALUE__)   (((__VALUE__) <= 63))
#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__) <= 63))

Definition at line 64 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 66 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 69 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 72 of file stm32l4xx_ll_swpmi.c.

Referenced by LL_SWPMI_Init().