STM32H735xx HAL User Manual
|
SWPMI Init structures definition. More...
#include <stm32h7xx_ll_swpmi.h>
Data Fields | |
uint32_t | VoltageClass |
uint32_t | BitRatePrescaler |
uint32_t | TxBufferingMode |
uint32_t | RxBufferingMode |
SWPMI Init structures definition.
Definition at line 61 of file stm32h7xx_ll_swpmi.h.
Specifies the SWPMI bitrate prescaler. This parameter must be a number between Min_Data=0 and Max_Data=255U.
The value can be calculated thanks to helper macro __LL_SWPMI_CALC_BITRATE_PRESCALER
This feature can be modified afterwards using unitary function LL_SWPMI_SetBitRatePrescaler.
Definition at line 68 of file stm32h7xx_ll_swpmi.h.
Referenced by LL_SWPMI_Init(), and LL_SWPMI_StructInit().
Specifies the reception buffering mode. This parameter can be a value of SW BUFFER RX
This feature can be modified afterwards using unitary function LL_SWPMI_SetReceptionMode.
Definition at line 80 of file stm32h7xx_ll_swpmi.h.
Referenced by LL_SWPMI_Init(), and LL_SWPMI_StructInit().
Specifies the transmission buffering mode. This parameter can be a value of SW BUFFER TX
This feature can be modified afterwards using unitary function LL_SWPMI_SetTransmissionMode.
Definition at line 75 of file stm32h7xx_ll_swpmi.h.
Referenced by LL_SWPMI_Init(), and LL_SWPMI_StructInit().
uint32_t LL_SWPMI_InitTypeDef::VoltageClass |
Specifies the SWP Voltage Class. This parameter can be a value of VOLTAGE CLASS
This feature can be modified afterwards using unitary function LL_SWPMI_SetVoltageClass.
Definition at line 63 of file stm32h7xx_ll_swpmi.h.
Referenced by LL_SWPMI_Init(), and LL_SWPMI_StructInit().