SMARTCARD advanced features initalization structure definition. More...
#include <stm32f7xx_hal_smartcard.h>
Public Attributes | |
uint32_t | AdvFeatureInit |
uint32_t | DataInvert |
uint32_t | DMADisableonRxError |
uint32_t | MSBFirst |
uint32_t | OverrunDisable |
uint32_t | RxPinLevelInvert |
uint32_t | Swap |
uint16_t | TxCompletionIndication |
uint32_t | TxPinLevelInvert |
SMARTCARD advanced features initalization structure definition.
Definition at line 113 of file stm32f7xx_hal_smartcard.h.
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
Definition at line 115 of file stm32f7xx_hal_smartcard.h.
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
Definition at line 125 of file stm32f7xx_hal_smartcard.h.
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
Definition at line 135 of file stm32f7xx_hal_smartcard.h.
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
Definition at line 138 of file stm32f7xx_hal_smartcard.h.
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
Definition at line 132 of file stm32f7xx_hal_smartcard.h.
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
Definition at line 122 of file stm32f7xx_hal_smartcard.h.
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
Definition at line 129 of file stm32f7xx_hal_smartcard.h.
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.
Definition at line 141 of file stm32f7xx_hal_smartcard.h.
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
Definition at line 119 of file stm32f7xx_hal_smartcard.h.