|
STM32L4xx_HAL_Driver
1.14.0
|
Header file of SMARTCARD HAL Extended module. More...
Go to the source code of this file.
Functions | |
| void | HAL_SMARTCARDEx_BlockLength_Config (SMARTCARD_HandleTypeDef *hsmartcard, uint8_t BlockLength) |
| Update on the fly the SMARTCARD block length in RTOR register. More... | |
| void | HAL_SMARTCARDEx_TimeOut_Config (SMARTCARD_HandleTypeDef *hsmartcard, uint32_t TimeOutValue) |
| Update on the fly the receiver timeout value in RTOR register. More... | |
| HAL_StatusTypeDef | HAL_SMARTCARDEx_EnableReceiverTimeOut (SMARTCARD_HandleTypeDef *hsmartcard) |
| Enable the SMARTCARD receiver timeout feature. More... | |
| HAL_StatusTypeDef | HAL_SMARTCARDEx_DisableReceiverTimeOut (SMARTCARD_HandleTypeDef *hsmartcard) |
| Disable the SMARTCARD receiver timeout feature. More... | |
| void | HAL_SMARTCARDEx_RxFifoFullCallback (SMARTCARD_HandleTypeDef *hsmartcard) |
| SMARTCARD RX Fifo full callback. More... | |
| void | HAL_SMARTCARDEx_TxFifoEmptyCallback (SMARTCARD_HandleTypeDef *hsmartcard) |
| SMARTCARD TX Fifo empty callback. More... | |
| 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... | |
Header file of SMARTCARD HAL Extended module.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file stm32l4xx_hal_smartcard_ex.h.