STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros | Functions

SMARTCARD Extended HAL module driver. More...

Macros

#define SMARTCARD_GETCLOCKSOURCE(__HANDLE__, __CLOCKSOURCE__)
 Reports the SMARTCARD clock source. More...
 

Functions

void HAL_SMARTCARDEx_BlockLength_Config (SMARTCARD_HandleTypeDef *hsc, uint8_t BlockLength)
 
void HAL_SMARTCARDEx_TimeOut_Config (SMARTCARD_HandleTypeDef *hsc, uint32_t TimeOutValue)
 
HAL_StatusTypeDef HAL_SMARTCARDEx_EnableReceiverTimeOut (SMARTCARD_HandleTypeDef *hsc)
 
HAL_StatusTypeDef HAL_SMARTCARDEx_DisableReceiverTimeOut (SMARTCARD_HandleTypeDef *hsc)
 

Detailed Description

SMARTCARD Extended HAL module driver.

Macro Definition Documentation

#define SMARTCARD_GETCLOCKSOURCE (   __HANDLE__,
  __CLOCKSOURCE__ 
)

Reports the SMARTCARD clock source.

Parameters
<strong>HANDLE</strong>specifies the USART Handle
<strong>CLOCKSOURCE</strong>: output variable
Return values
theUSART clocking source, written in CLOCKSOURCE.

Definition at line 66 of file stm32f7xx_hal_smartcard_ex.h.

Function Documentation

void HAL_SMARTCARDEx_BlockLength_Config ( SMARTCARD_HandleTypeDef hsc,
uint8_t  BlockLength 
)
HAL_StatusTypeDef HAL_SMARTCARDEx_DisableReceiverTimeOut ( SMARTCARD_HandleTypeDef hsc)
HAL_StatusTypeDef HAL_SMARTCARDEx_EnableReceiverTimeOut ( SMARTCARD_HandleTypeDef hsc)
void HAL_SMARTCARDEx_TimeOut_Config ( SMARTCARD_HandleTypeDef hsc,
uint32_t  TimeOutValue 
)