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

SMARTCARD advanced features initialization structure definition. More...

#include <stm32h7xx_hal_smartcard.h>

Data Fields

uint32_t AdvFeatureInit
 
uint32_t TxPinLevelInvert
 
uint32_t RxPinLevelInvert
 
uint32_t DataInvert
 
uint32_t Swap
 
uint32_t OverrunDisable
 
uint32_t DMADisableonRxError
 
uint32_t MSBFirst
 
uint16_t TxCompletionIndication
 

Detailed Description

SMARTCARD advanced features initialization structure definition.

Field Documentation

◆ AdvFeatureInit

uint32_t SMARTCARD_AdvFeatureInitTypeDef::AdvFeatureInit

Specifies which advanced SMARTCARD features is initialized. Several advanced features may be initialized at the same time. This parameter can be a value of SMARTCARD advanced feature initialization type

◆ DataInvert

uint32_t SMARTCARD_AdvFeatureInitTypeDef::DataInvert

Specifies whether data are inverted (positive/direct logic vs negative/inverted logic). This parameter can be a value of SMARTCARD advanced feature Binary Data inversion

◆ DMADisableonRxError

uint32_t SMARTCARD_AdvFeatureInitTypeDef::DMADisableonRxError

Specifies whether the DMA is disabled in case of reception error. This parameter can be a value of SMARTCARD advanced feature DMA Disable on Rx Error

◆ MSBFirst

uint32_t SMARTCARD_AdvFeatureInitTypeDef::MSBFirst

Specifies whether MSB is sent first on UART line. This parameter can be a value of SMARTCARD advanced feature MSB first

◆ OverrunDisable

uint32_t SMARTCARD_AdvFeatureInitTypeDef::OverrunDisable

Specifies whether the reception overrun detection is disabled. This parameter can be a value of SMARTCARD advanced feature Overrun Disable

◆ RxPinLevelInvert

uint32_t SMARTCARD_AdvFeatureInitTypeDef::RxPinLevelInvert

Specifies whether the RX pin active level is inverted. This parameter can be a value of SMARTCARD advanced feature RX pin active level inversion

◆ Swap

uint32_t SMARTCARD_AdvFeatureInitTypeDef::Swap

Specifies whether TX and RX pins are swapped. This parameter can be a value of SMARTCARD advanced feature RX TX pins swap

◆ TxCompletionIndication

uint16_t SMARTCARD_AdvFeatureInitTypeDef::TxCompletionIndication

Specifies which transmission completion indication is used: before (when relevant flag is available) or once guard time period has elapsed. This parameter can be a value of SMARTCARD Transmission Completion Indication.

◆ TxPinLevelInvert

uint32_t SMARTCARD_AdvFeatureInitTypeDef::TxPinLevelInvert

Specifies whether the TX pin active level is inverted. This parameter can be a value of SMARTCARD advanced feature TX pin active level inversion


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