![]() |
RTEMS 6.1-rc7
|
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 |
SMARTCARD advanced features initialization structure definition.
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
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
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
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
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
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
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
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.
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