Macros | |
#define | HAL_SMARTCARD_STATE_BUSY 0x00000024U |
#define | HAL_SMARTCARD_STATE_BUSY_RX 0x00000022U |
#define | HAL_SMARTCARD_STATE_BUSY_TX 0x00000021U |
#define | HAL_SMARTCARD_STATE_BUSY_TX_RX 0x00000023U |
#define | HAL_SMARTCARD_STATE_ERROR 0x000000E0U |
#define | HAL_SMARTCARD_STATE_READY 0x00000020U |
#define | HAL_SMARTCARD_STATE_RESET 0x00000000U |
#define | HAL_SMARTCARD_STATE_TIMEOUT 0x000000A0U |
#define HAL_SMARTCARD_STATE_BUSY 0x00000024U |
an internal process is ongoing Value is allowed for gState only
Definition at line 304 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_STATE_BUSY_RX 0x00000022U |
Data Reception process is ongoing Value is allowed for RxState only
Definition at line 308 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_STATE_BUSY_TX 0x00000021U |
Data Transmission process is ongoing Value is allowed for gState only
Definition at line 306 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_STATE_BUSY_TX_RX 0x00000023U |
Data Transmission and Reception process is ongoing Not to be used for neither gState nor RxState. Value is result of combination (Or) between gState and RxState values
Definition at line 310 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_STATE_ERROR 0x000000E0U |
Error Value is allowed for gState only
Definition at line 315 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_STATE_READY 0x00000020U |
Peripheral Initialized and ready for use Value is allowed for gState and RxState
Definition at line 302 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_STATE_RESET 0x00000000U |
Peripheral is not initialized Value is allowed for gState and RxState
Definition at line 300 of file stm32f7xx_hal_smartcard.h.
#define HAL_SMARTCARD_STATE_TIMEOUT 0x000000A0U |
Timeout state Value is allowed for gState only
Definition at line 313 of file stm32f7xx_hal_smartcard.h.