HAL
__SMARTCARD_HandleTypeDef::hdmatx is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHAL__SMARTCARD_HandleTypeDef::hdmatx

__SMARTCARD_HandleTypeDef::hdmatx field

SmartCard Tx DMA Handle parameters

References

LocationReferrerText
stm32f4xx_hal_smartcard.h:171
DMA_HandleTypeDef *hdmatx; /*!< SmartCard Tx DMA Handle parameters */
stm32f4xx_hal_smartcard.c:990HAL_SMARTCARD_Transmit_DMA()
stm32f4xx_hal_smartcard.c:993HAL_SMARTCARD_Transmit_DMA()
stm32f4xx_hal_smartcard.c:996HAL_SMARTCARD_Transmit_DMA()
stm32f4xx_hal_smartcard.c:1000HAL_SMARTCARD_Transmit_DMA()
HAL_DMA_Start_IT(hsc->hdmatx, *(const uint32_t*)tmp, (uint32_t)&hsc->Instance->DR, Size);
stm32f4xx_hal_smartcard.c:1057HAL_SMARTCARD_Receive_DMA()
stm32f4xx_hal_smartcard.c:1111HAL_SMARTCARD_Abort()
if(hsc->hdmatx != NULL)
stm32f4xx_hal_smartcard.c:1115HAL_SMARTCARD_Abort()
stm32f4xx_hal_smartcard.c:1117HAL_SMARTCARD_Abort()
HAL_DMA_Abort(hsc->hdmatx);
stm32f4xx_hal_smartcard.c:1174HAL_SMARTCARD_AbortTransmit()
if(hsc->hdmatx != NULL)
stm32f4xx_hal_smartcard.c:1178HAL_SMARTCARD_AbortTransmit()
stm32f4xx_hal_smartcard.c:1180HAL_SMARTCARD_AbortTransmit()
HAL_DMA_Abort(hsc->hdmatx);
stm32f4xx_hal_smartcard.c:1261HAL_SMARTCARD_Abort_IT()
if(hsc->hdmatx != NULL)
stm32f4xx_hal_smartcard.c:1267HAL_SMARTCARD_Abort_IT()
stm32f4xx_hal_smartcard.c:1271HAL_SMARTCARD_Abort_IT()
stm32f4xx_hal_smartcard.c:1296HAL_SMARTCARD_Abort_IT()
if(hsc->hdmatx != NULL)
stm32f4xx_hal_smartcard.c:1302HAL_SMARTCARD_Abort_IT()
if(HAL_DMA_Abort_IT(hsc->hdmatx) != HAL_OK)
stm32f4xx_hal_smartcard.c:1304HAL_SMARTCARD_Abort_IT()
stm32f4xx_hal_smartcard.c:1388HAL_SMARTCARD_AbortTransmit_IT()
if(hsc->hdmatx != NULL)
stm32f4xx_hal_smartcard.c:1392HAL_SMARTCARD_AbortTransmit_IT()
stm32f4xx_hal_smartcard.c:1395HAL_SMARTCARD_AbortTransmit_IT()
if(HAL_DMA_Abort_IT(hsc->hdmatx) != HAL_OK)
stm32f4xx_hal_smartcard.c:1398HAL_SMARTCARD_AbortTransmit_IT()
hsc->hdmatx->XferAbortCallback(hsc->hdmatx);
stm32f4xx_hal_smartcard.c:2127SMARTCARD_DMATxAbortCallback()
hsc->hdmatx->XferAbortCallback = NULL;
stm32f4xx_hal_smartcard.c:2173SMARTCARD_DMARxAbortCallback()
if(hsc->hdmatx != NULL)
stm32f4xx_hal_smartcard.c:2175SMARTCARD_DMARxAbortCallback()
if(hsc->hdmatx->XferAbortCallback != NULL)

Data Use

Type of __SMARTCARD_HandleTypeDef::hdmatx
__SMARTCARD_HandleTypeDef::hdmatx
all items filtered out