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

SMARTCARD_InitTypeDef::WordLength field

Specifies the number of data bits transmitted or received in a frame. This parameter can be a value of SMARTCARD_Word_Length

Syntax

uint32_t WordLength;

Examples

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

References

LocationReferrerText
stm32f4xx_hal_smartcard.h:53
uint32_t WordLength; /*!< Specifies the number of data bits transmitted or received in a frame.
stm32f4xx_hal_smartcard.c:2316SMARTCARD_SetConfig()
tmpreg |= (uint32_t)hsc->Init.WordLength | hsc->Init.Parity | hsc->Init.Mode;

Data Use

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