|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| HAL_StatusTypeDef | HAL_SMARTCARDEx_EnableFifoMode (SMARTCARD_HandleTypeDef *hsmartcard) |
| Enable the FIFO mode. More... | |
| HAL_StatusTypeDef | HAL_SMARTCARDEx_DisableFifoMode (SMARTCARD_HandleTypeDef *hsmartcard) |
| Disable the FIFO mode. More... | |
| HAL_StatusTypeDef | HAL_SMARTCARDEx_SetTxFifoThreshold (SMARTCARD_HandleTypeDef *hsmartcard, uint32_t Threshold) |
| Set the TXFIFO threshold. More... | |
| HAL_StatusTypeDef | HAL_SMARTCARDEx_SetRxFifoThreshold (SMARTCARD_HandleTypeDef *hsmartcard, uint32_t Threshold) |
| Set the RXFIFO threshold. More... | |
| HAL_StatusTypeDef HAL_SMARTCARDEx_DisableFifoMode | ( | SMARTCARD_HandleTypeDef * | hsmartcard | ) |
Disable the FIFO mode.
| hsmartcard | SMARTCARD handle. |
| HAL | status |
Definition at line 302 of file stm32l4xx_hal_smartcard_ex.c.
| HAL_StatusTypeDef HAL_SMARTCARDEx_EnableFifoMode | ( | SMARTCARD_HandleTypeDef * | hsmartcard | ) |
Enable the FIFO mode.
| hsmartcard | SMARTCARD handle. |
| HAL | status |
Definition at line 261 of file stm32l4xx_hal_smartcard_ex.c.
| HAL_StatusTypeDef HAL_SMARTCARDEx_SetRxFifoThreshold | ( | SMARTCARD_HandleTypeDef * | hsmartcard, |
| uint32_t | Threshold | ||
| ) |
Set the RXFIFO threshold.
| hsmartcard | SMARTCARD handle. |
| Threshold | RX FIFO threshold value This parameter can be one of the following values:
|
| HAL | status |
Definition at line 397 of file stm32l4xx_hal_smartcard_ex.c.
| HAL_StatusTypeDef HAL_SMARTCARDEx_SetTxFifoThreshold | ( | SMARTCARD_HandleTypeDef * | hsmartcard, |
| uint32_t | Threshold | ||
| ) |
Set the TXFIFO threshold.
| hsmartcard | SMARTCARD handle. |
| Threshold | TX FIFO threshold value This parameter can be one of the following values:
|
| HAL | status |
Definition at line 348 of file stm32l4xx_hal_smartcard_ex.c.