HAL + 0/24 examples
CodeScope will show references to __I2S_HandleTypeDef::hdmatx from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Demonstrations
STM324xG_EVAL
Demonstrations
Applications
USB_Device
USB_Host
Examples
I2S
STM32F4-Discovery
Examples
Applications
Audio
STM32F401-Discovery
Examples
Applications
Audio
STM32F411E-Discovery
Examples
Applications
Audio
STM32F412G-Discovery
Demonstrations
Examples
DFSDM
I2S
STM32F413H-Discovery
Demonstrations
Examples
DFSDM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHAL__I2S_HandleTypeDef::hdmatx

__I2S_HandleTypeDef::hdmatx field

I2S Tx DMA handle parameters

Examples

__I2S_HandleTypeDef::hdmatx is referenced by 24 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_i2s.h:114
DMA_HandleTypeDef *hdmatx; /*!< I2S Tx DMA handle parameters */
stm32f4xx_hal_i2s.c:1226HAL_I2S_Transmit_DMA()
stm32f4xx_hal_i2s.c:1229HAL_I2S_Transmit_DMA()
stm32f4xx_hal_i2s.c:1232HAL_I2S_Transmit_DMA()
stm32f4xx_hal_i2s.c:1235HAL_I2S_Transmit_DMA()
if (HAL_OK != HAL_DMA_Start_IT(hi2s->hdmatx,
stm32f4xx_hal_i2s.c:1478HAL_I2S_DMAStop()
if (hi2s->hdmatx != NULL)
stm32f4xx_hal_i2s.c:1481HAL_I2S_DMAStop()
if (HAL_OK != HAL_DMA_Abort(hi2s->hdmatx))
stm32f4xx_hal_i2s.c:1574HAL_I2S_DMAStop()
if (hi2s->hdmatx != NULL)
stm32f4xx_hal_i2s.c:1577HAL_I2S_DMAStop()
if (HAL_OK != HAL_DMA_Abort(hi2s->hdmatx))
stm32f4xx_hal_i2s_ex.c:598HAL_I2SEx_TransmitReceive_DMA()
hi2s->hdmatx->XferHalfCpltCallback = NULL;
stm32f4xx_hal_i2s_ex.c:601HAL_I2SEx_TransmitReceive_DMA()
hi2s->hdmatx->XferCpltCallback = NULL;
stm32f4xx_hal_i2s_ex.c:604HAL_I2SEx_TransmitReceive_DMA()
hi2s->hdmatx->XferErrorCallback = I2SEx_TxRxDMAError;
stm32f4xx_hal_i2s_ex.c:619HAL_I2SEx_TransmitReceive_DMA()
HAL_DMA_Start_IT(hi2s->hdmatx, *(uint32_t *)tmp, (uint32_t)&hi2s->Instance->DR, hi2s->TxXferSize);
stm32f4xx_hal_i2s_ex.c:645HAL_I2SEx_TransmitReceive_DMA()
HAL_DMA_Start_IT(hi2s->hdmatx, *(uint32_t *)tmp, (uint32_t)&I2SxEXT(hi2s->Instance)->DR, hi2s->TxXferSize);

Data Use

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