HAL + 0/1 examples
SourceVu will show references to SMARTCARD_HandleTypeDef from the following samples and libraries:
Examples
STM324xG_EVAL
Examples
SMARTCARD
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
USART registers base address.
SmartCard communication parameters.
const uint8_t *
Pointer to SmartCard Tx transfer Buffer.
uint16_t
SmartCard Tx Transfer size.
__IO uint16_t
SmartCard Tx Transfer Counter.
uint8_t *
Pointer to SmartCard Rx transfer Buffer.
uint16_t
SmartCard Rx Transfer size.
__IO uint16_t
SmartCard Rx Transfer Counter.
SmartCard Tx DMA Handle parameters.
SmartCard Rx DMA Handle parameters.
Locking object.
SmartCard state information related to global Handle management and also related to Tx operations. This parameter can be a value of HAL_SMARTCARD_StateTypeDef .
SmartCard state information related to Rx operations. This parameter can be a value of HAL_SMARTCARD_StateTypeDef .
__IO uint32_t
SmartCard Error code.

References

from examples