HAL + 0/8 examples
CodeScope will show references to __SPI_HandleTypeDef::hdmarx from the following samples and libraries:
Examples
STM32469I-Discovery
Examples
SPI
STM32F4-Discovery
Examples
SPI
STM32F401-Discovery
Examples
SPI
STM32F411E-Discovery
Examples
SPI
STM32F412G-Discovery
Examples
SPI
STM32F412ZG-Nucleo
Examples
SPI
STM32F413ZH-Nucleo
Examples
SPI
STM32F429I-Discovery
Examples
SPI
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHAL__SPI_HandleTypeDef::hdmarx

__SPI_HandleTypeDef::hdmarx field

SPI Rx DMA Handle parameters

Examples

__SPI_HandleTypeDef::hdmarx is referenced by 8 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_spi.h:128
DMA_HandleTypeDef *hdmarx; /*!< SPI Rx DMA Handle parameters */
stm32f4xx_hal_spi.c:1776HAL_SPI_Receive_DMA()
assert_param(IS_SPI_DMA_HANDLE(hspi->hdmarx));
stm32f4xx_hal_spi.c:1834HAL_SPI_Receive_DMA()
stm32f4xx_hal_spi.c:1837HAL_SPI_Receive_DMA()
stm32f4xx_hal_spi.c:1840HAL_SPI_Receive_DMA()
stm32f4xx_hal_spi.c:1843HAL_SPI_Receive_DMA()
stm32f4xx_hal_spi.c:1846HAL_SPI_Receive_DMA()
if (HAL_OK != HAL_DMA_Start_IT(hspi->hdmarx, (uint32_t)&hspi->Instance->DR, (uint32_t)hspi->pRxBuffPtr,
stm32f4xx_hal_spi.c:1893HAL_SPI_TransmitReceive_DMA()
assert_param(IS_SPI_DMA_HANDLE(hspi->hdmarx));
stm32f4xx_hal_spi.c:1950HAL_SPI_TransmitReceive_DMA()
stm32f4xx_hal_spi.c:1951HAL_SPI_TransmitReceive_DMA()
stm32f4xx_hal_spi.c:1956HAL_SPI_TransmitReceive_DMA()
stm32f4xx_hal_spi.c:1957HAL_SPI_TransmitReceive_DMA()
stm32f4xx_hal_spi.c:1961HAL_SPI_TransmitReceive_DMA()
stm32f4xx_hal_spi.c:1964HAL_SPI_TransmitReceive_DMA()
stm32f4xx_hal_spi.c:1967HAL_SPI_TransmitReceive_DMA()
if (HAL_OK != HAL_DMA_Start_IT(hspi->hdmarx, (uint32_t)&hspi->Instance->DR, (uint32_t)hspi->pRxBuffPtr,
stm32f4xx_hal_spi.c:2114HAL_SPI_Abort()
if (hspi->hdmarx != NULL)
stm32f4xx_hal_spi.c:2118HAL_SPI_Abort()
stm32f4xx_hal_spi.c:2121HAL_SPI_Abort()
if (HAL_DMA_Abort(hspi->hdmarx) != HAL_OK)
stm32f4xx_hal_spi.c:2242HAL_SPI_Abort_IT()
if (hspi->hdmarx != NULL)
stm32f4xx_hal_spi.c:2248HAL_SPI_Abort_IT()
stm32f4xx_hal_spi.c:2252HAL_SPI_Abort_IT()
stm32f4xx_hal_spi.c:2278HAL_SPI_Abort_IT()
if (hspi->hdmarx != NULL)
stm32f4xx_hal_spi.c:2281HAL_SPI_Abort_IT()
if (HAL_DMA_Abort_IT(hspi->hdmarx) != HAL_OK)
stm32f4xx_hal_spi.c:2283HAL_SPI_Abort_IT()
stm32f4xx_hal_spi.c:2394HAL_SPI_DMAStop()
if (hspi->hdmarx != NULL)
stm32f4xx_hal_spi.c:2396HAL_SPI_DMAStop()
if (HAL_OK != HAL_DMA_Abort(hspi->hdmarx))
stm32f4xx_hal_spi.c:2480HAL_SPI_IRQHandler()
if (hspi->hdmarx != NULL)
stm32f4xx_hal_spi.c:2484HAL_SPI_IRQHandler()
stm32f4xx_hal_spi.c:2485HAL_SPI_IRQHandler()
if (HAL_OK != HAL_DMA_Abort_IT(hspi->hdmarx))
stm32f4xx_hal_spi.c:3056SPI_DMATxAbortCallback()
if (hspi->hdmarx != NULL)
stm32f4xx_hal_spi.c:3058SPI_DMATxAbortCallback()
if (hspi->hdmarx->XferAbortCallback != NULL)
stm32f4xx_hal_spi.c:3105SPI_DMARxAbortCallback()
hspi->hdmarx->XferAbortCallback = NULL;

Data Use

Type of __SPI_HandleTypeDef::hdmarx
__SPI_HandleTypeDef::hdmarx
all items filtered out