STM32L486xx HAL User Manual
Data Fields
LL_SWPMI_InitTypeDef Struct Reference

SWPMI Init structures definition. More...

#include <stm32l4xx_ll_swpmi.h>

Data Fields

uint32_t VoltageClass
uint32_t BitRatePrescaler
uint32_t TxBufferingMode
uint32_t RxBufferingMode

Detailed Description

SWPMI Init structures definition.

Definition at line 79 of file stm32l4xx_ll_swpmi.h.


Field Documentation

Specifies the SWPMI bitrate prescaler. This parameter must be a number between Min_Data=0 and Max_Data=63.

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 86 of file stm32l4xx_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 98 of file stm32l4xx_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 93 of file stm32l4xx_ll_swpmi.h.

Referenced by LL_SWPMI_Init(), and LL_SWPMI_StructInit().

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 81 of file stm32l4xx_ll_swpmi.h.

Referenced by LL_SWPMI_Init(), and LL_SWPMI_StructInit().


The documentation for this struct was generated from the following file: