STM32F439xx HAL User Manual
Data Fields
SMARTCARD_HandleTypeDef Struct Reference

SMARTCARD handle Structure definition. More...

#include <stm32f4xx_hal_smartcard.h>

Data Fields

USART_TypeDef * Instance
SMARTCARD_InitTypeDef Init
uint8_t * pTxBuffPtr
uint16_t TxXferSize
__IO uint16_t TxXferCount
uint8_t * pRxBuffPtr
uint16_t RxXferSize
__IO uint16_t RxXferCount
DMA_HandleTypeDefhdmatx
DMA_HandleTypeDefhdmarx
HAL_LockTypeDef Lock
__IO HAL_SMARTCARD_StateTypeDef gState
__IO HAL_SMARTCARD_StateTypeDef RxState
__IO uint32_t ErrorCode

Detailed Description

SMARTCARD handle Structure definition.

Definition at line 170 of file stm32f4xx_hal_smartcard.h.


Field Documentation

Definition at line 174 of file stm32f4xx_hal_smartcard.h.

Referenced by HAL_SMARTCARD_Init(), and SMARTCARD_SetConfig().

Definition at line 192 of file stm32f4xx_hal_smartcard.h.

Referenced by HAL_SMARTCARD_Init().


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