HAL + 0/26 examples
CodeScope will show references to __I2S_HandleTypeDef::hdmarx from the following samples and libraries:
Drivers
Boards
Examples
STM32469I-Discovery
Demonstrations
Examples
Applications
Audio
STM32469I_EVAL
Demonstrations
Examples
Applications
Audio
STM32F4-Discovery
Examples
Applications
Audio
STM32F401-Discovery
Examples
Applications
Audio
STM32F411E-Discovery
Examples
Applications
Audio
STM32F412G-Discovery
Demonstrations
Examples
STM32F413H-Discovery
Demonstrations
STM32446E_EVAL
Applications
Audio
STM324x9I_EVAL
Applications
Audio
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHAL__I2S_HandleTypeDef::hdmarx

__I2S_HandleTypeDef::hdmarx field

I2S Rx DMA handle parameters

Examples

__I2S_HandleTypeDef::hdmarx is referenced by 26 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_i2s.h:116
DMA_HandleTypeDef *hdmarx; /*!< I2S Rx DMA handle parameters */
stm32f4xx_hal_i2s.c:1317HAL_I2S_Receive_DMA()
stm32f4xx_hal_i2s.c:1320HAL_I2S_Receive_DMA()
stm32f4xx_hal_i2s.c:1323HAL_I2S_Receive_DMA()
stm32f4xx_hal_i2s.c:1334HAL_I2S_Receive_DMA()
if (HAL_OK != HAL_DMA_Start_IT(hi2s->hdmarx, (uint32_t)&hi2s->Instance->DR, (uint32_t)hi2s->pRxBuffPtr,
stm32f4xx_hal_i2s.c:1520HAL_I2S_DMAStop()
if (hi2s->hdmarx != NULL)
stm32f4xx_hal_i2s.c:1523HAL_I2S_DMAStop()
if (HAL_OK != HAL_DMA_Abort(hi2s->hdmarx))
stm32f4xx_hal_i2s.c:1560HAL_I2S_DMAStop()
if (hi2s->hdmarx != NULL)
stm32f4xx_hal_i2s.c:1563HAL_I2S_DMAStop()
if (HAL_OK != HAL_DMA_Abort(hi2s->hdmarx))
stm32f4xx_hal_i2s_ex.c:589HAL_I2SEx_TransmitReceive_DMA()
hi2s->hdmarx->XferHalfCpltCallback = I2SEx_TxRxDMAHalfCplt;
stm32f4xx_hal_i2s_ex.c:592HAL_I2SEx_TransmitReceive_DMA()
hi2s->hdmarx->XferCpltCallback = I2SEx_TxRxDMACplt;
stm32f4xx_hal_i2s_ex.c:595HAL_I2SEx_TransmitReceive_DMA()
hi2s->hdmarx->XferErrorCallback = I2SEx_TxRxDMAError;
stm32f4xx_hal_i2s_ex.c:612HAL_I2SEx_TransmitReceive_DMA()
HAL_DMA_Start_IT(hi2s->hdmarx, (uint32_t)&I2SxEXT(hi2s->Instance)->DR, *(uint32_t *)tmp, hi2s->RxXferSize);
stm32f4xx_hal_i2s_ex.c:652HAL_I2SEx_TransmitReceive_DMA()
HAL_DMA_Start_IT(hi2s->hdmarx, (uint32_t)&hi2s->Instance->DR, *(uint32_t *)tmp, hi2s->RxXferSize);

Data Use

Functions reading __I2S_HandleTypeDef::hdmarx
__I2S_HandleTypeDef::hdmarx
Type of __I2S_HandleTypeDef::hdmarx
__I2S_HandleTypeDef::hdmarx
all items filtered out