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

SMARTCARD_InitTypeDef::Mode field

Specifies whether the Receive or Transmit mode is enabled or disabled. This parameter can be a value of SMARTCARD_Mode

Syntax

uint32_t Mode;

Examples

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

References

LocationReferrerText
stm32f4xx_hal_smartcard.h:66
uint32_t Mode; /*!< Specifies whether the Receive or Transmit mode is enabled or disabled.
stm32f4xx_hal_smartcard.c:2316SMARTCARD_SetConfig()
tmpreg |= (uint32_t)hsc->Init.WordLength | hsc->Init.Parity | hsc->Init.Mode;

Data Use

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