STM32H735xx HAL User Manual
|
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.
Definition at line 117 of file stm32h7xx_hal_smartcard.h.
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 119 of file stm32h7xx_hal_smartcard.h.
Referenced by HAL_SMARTCARD_Init(), and SMARTCARD_AdvFeatureConfig().
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 129 of file stm32h7xx_hal_smartcard.h.
Referenced by SMARTCARD_AdvFeatureConfig().
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 139 of file stm32h7xx_hal_smartcard.h.
Referenced by SMARTCARD_AdvFeatureConfig().
Specifies whether MSB is sent first on UART line. This parameter can be a value of SMARTCARD advanced feature MSB first
Definition at line 142 of file stm32h7xx_hal_smartcard.h.
Referenced by SMARTCARD_AdvFeatureConfig().
Specifies whether the reception overrun detection is disabled. This parameter can be a value of SMARTCARD advanced feature Overrun Disable
Definition at line 136 of file stm32h7xx_hal_smartcard.h.
Referenced by SMARTCARD_AdvFeatureConfig().
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 126 of file stm32h7xx_hal_smartcard.h.
Referenced by SMARTCARD_AdvFeatureConfig().
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 133 of file stm32h7xx_hal_smartcard.h.
Referenced by SMARTCARD_AdvFeatureConfig().
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 145 of file stm32h7xx_hal_smartcard.h.
Referenced by HAL_SMARTCARD_IRQHandler(), SMARTCARD_DMATransmitCplt(), SMARTCARD_EndTransmit_IT(), SMARTCARD_TxISR(), and SMARTCARD_TxISR_FIFOEN().
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 123 of file stm32h7xx_hal_smartcard.h.
Referenced by SMARTCARD_AdvFeatureConfig().