|
STM32L4xx_HAL_Driver
1.14.0
|
Data Structures | |
| struct | LL_SWPMI_InitTypeDef |
| SWPMI Init structures definition. More... | |
| struct LL_SWPMI_InitTypeDef |
SWPMI Init structures definition.
Definition at line 63 of file stm32l4xx_ll_swpmi.h.
| Data Fields | ||
|---|---|---|
| uint32_t | BitRatePrescaler |
Specifies the SWPMI bitrate prescaler. This parameter must be a number between Min_Data=0 and Max_Data=63U. 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. |
| uint32_t | RxBufferingMode |
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. |
| uint32_t | TxBufferingMode |
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. |
| uint32_t | 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. |