STM32L486xx HAL User Manual
Data Fields
SWPMI_InitTypeDef Struct Reference

SWPMI Init Structure definition. More...

#include <stm32l4xx_hal_swpmi.h>

Data Fields

uint32_t VoltageClass
uint32_t BitRate
uint32_t TxBufferingMode
uint32_t RxBufferingMode

Detailed Description

SWPMI Init Structure definition.

Definition at line 65 of file stm32l4xx_hal_swpmi.h.


Field Documentation

Specifies the SWPMI Bitrate. This parameter must be a number between 0 and 63. The Bitrate is computed using the following formula: SWPMI_freq = SWPMI_clk / (((BitRate) + 1) * 4)

Definition at line 70 of file stm32l4xx_hal_swpmi.h.

Referenced by HAL_SWPMI_Init().

Specifies the reception buffering mode. This parameter can be a value of SWPMI Rx Buffering Mode

Definition at line 79 of file stm32l4xx_hal_swpmi.h.

Referenced by HAL_SWPMI_Init().

Specifies the transmission buffering mode. This parameter can be a value of SWPMI Tx Buffering Mode

Definition at line 76 of file stm32l4xx_hal_swpmi.h.

Referenced by HAL_SWPMI_Init().

Specifies the SWP Voltage Class. This parameter can be a value of SWPMI Voltage Class

Definition at line 67 of file stm32l4xx_hal_swpmi.h.

Referenced by HAL_SWPMI_Init().


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