RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
SWPMI_InitTypeDef Struct Reference

SWPMI Init Structure definition. More...

#include <stm32h7xx_hal_swpmi.h>

Data Fields

uint32_t VoltageClass
 
uint32_t BitRate
 
uint32_t TxBufferingMode
 
uint32_t RxBufferingMode
 

Detailed Description

SWPMI Init Structure definition.

Field Documentation

◆ BitRate

uint32_t SWPMI_InitTypeDef::BitRate

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

◆ RxBufferingMode

uint32_t SWPMI_InitTypeDef::RxBufferingMode

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

◆ TxBufferingMode

uint32_t SWPMI_InitTypeDef::TxBufferingMode

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

◆ VoltageClass

uint32_t SWPMI_InitTypeDef::VoltageClass

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


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