HAL + 0/1 examples
CodeScope will show references to SMARTCARD_InitTypeDef::GuardTime from the following samples and libraries:
Examples
STM324xG_EVAL
Examples
SMARTCARD
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSMARTCARD_InitTypeDef::GuardTime

SMARTCARD_InitTypeDef::GuardTime field

Specifies the SmartCard Guard Time value in terms of number of baud clocks

Syntax

uint32_t GuardTime;

Examples

SMARTCARD_InitTypeDef::GuardTime is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_smartcard.h:84
uint32_t GuardTime; /*!< Specifies the SmartCard Guard Time value in terms of number of baud clocks */
stm32f4xx_hal_smartcard.c:338HAL_SMARTCARD_Init()
MODIFY_REG(hsc->Instance->GTPR, USART_GTPR_GT, ((hsc->Init.GuardTime)<<8U));

Data Use

Functions reading SMARTCARD_InitTypeDef::GuardTime
SMARTCARD_InitTypeDef::GuardTime
all items filtered out
Type of SMARTCARD_InitTypeDef::GuardTime
SMARTCARD_InitTypeDef::GuardTime
uint32_t
all items filtered out