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

SWPMI handle Structure definition. More...

#include <stm32h7xx_hal_swpmi.h>

Data Fields

SWPMI_TypeDefInstance
 
SWPMI_InitTypeDef Init
 
uint32_t * pTxBuffPtr
 
uint32_t TxXferSize
 
uint32_t TxXferCount
 
uint32_t * pRxBuffPtr
 
uint32_t RxXferSize
 
uint32_t RxXferCount
 
DMA_HandleTypeDefhdmatx
 
DMA_HandleTypeDefhdmarx
 
HAL_LockTypeDef Lock
 
__IO HAL_SWPMI_StateTypeDef State
 
__IO uint32_t ErrorCode
 

Detailed Description

SWPMI handle Structure definition.

Field Documentation

◆ ErrorCode

__IO uint32_t SWPMI_HandleTypeDef::ErrorCode

SWPMI Error code

◆ hdmarx

DMA_HandleTypeDef* SWPMI_HandleTypeDef::hdmarx

SWPMI Rx DMA Handle parameters

◆ hdmatx

DMA_HandleTypeDef* SWPMI_HandleTypeDef::hdmatx

SWPMI Tx DMA Handle parameters

◆ Init

SWPMI_InitTypeDef SWPMI_HandleTypeDef::Init

SWPMI communication parameters

◆ Instance

SWPMI_TypeDef* SWPMI_HandleTypeDef::Instance

SWPMI registers base address

◆ Lock

HAL_LockTypeDef SWPMI_HandleTypeDef::Lock

SWPMI object

◆ pRxBuffPtr

uint32_t* SWPMI_HandleTypeDef::pRxBuffPtr

Pointer to SWPMI Rx transfer Buffer

◆ pTxBuffPtr

uint32_t* SWPMI_HandleTypeDef::pTxBuffPtr

Pointer to SWPMI Tx transfer Buffer

◆ RxXferCount

uint32_t SWPMI_HandleTypeDef::RxXferCount

SWPMI Rx Transfer Counter

◆ RxXferSize

uint32_t SWPMI_HandleTypeDef::RxXferSize

SWPMI Rx Transfer size

◆ State

__IO HAL_SWPMI_StateTypeDef SWPMI_HandleTypeDef::State

SWPMI communication state

◆ TxXferCount

uint32_t SWPMI_HandleTypeDef::TxXferCount

SWPMI Tx Transfer Counter

◆ TxXferSize

uint32_t SWPMI_HandleTypeDef::TxXferSize

SWPMI Tx Transfer size


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