HAL + 0/1 examples
CodeScope will show references to __FMPI2C_HandleTypeDef::hdmatx from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
I2C
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHAL__FMPI2C_HandleTypeDef::hdmatx

__FMPI2C_HandleTypeDef::hdmatx field

FMPI2C Tx DMA handle parameters

Examples

__FMPI2C_HandleTypeDef::hdmatx is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_fmpi2c.h:205
DMA_HandleTypeDef *hdmatx; /*!< FMPI2C Tx DMA handle parameters */
stm32f4xx_hal_fmpi2c.c:2013HAL_FMPI2C_Master_Transmit_DMA()
if (hfmpi2c->hdmatx != NULL)
stm32f4xx_hal_fmpi2c.c:2016HAL_FMPI2C_Master_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:2019HAL_FMPI2C_Master_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:2022HAL_FMPI2C_Master_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:2023HAL_FMPI2C_Master_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:2026HAL_FMPI2C_Master_Transmit_DMA()
dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmatx, (uint32_t)hfmpi2c->pBuffPtr,
stm32f4xx_hal_fmpi2c.c:2308HAL_FMPI2C_Slave_Transmit_DMA()
if (hfmpi2c->hdmatx != NULL)
stm32f4xx_hal_fmpi2c.c:2311HAL_FMPI2C_Slave_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:2314HAL_FMPI2C_Slave_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:2317HAL_FMPI2C_Slave_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:2318HAL_FMPI2C_Slave_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:2321HAL_FMPI2C_Slave_Transmit_DMA()
dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmatx,
stm32f4xx_hal_fmpi2c.c:3024HAL_FMPI2C_Mem_Write_DMA()
if (hfmpi2c->hdmatx != NULL)
stm32f4xx_hal_fmpi2c.c:3027HAL_FMPI2C_Mem_Write_DMA()
stm32f4xx_hal_fmpi2c.c:3030HAL_FMPI2C_Mem_Write_DMA()
stm32f4xx_hal_fmpi2c.c:3033HAL_FMPI2C_Mem_Write_DMA()
stm32f4xx_hal_fmpi2c.c:3034HAL_FMPI2C_Mem_Write_DMA()
stm32f4xx_hal_fmpi2c.c:3037HAL_FMPI2C_Mem_Write_DMA()
dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmatx, (uint32_t)pData, (uint32_t)&hfmpi2c->Instance->TXDR,
stm32f4xx_hal_fmpi2c.c:3567HAL_FMPI2C_Master_Seq_Transmit_DMA()
if (hfmpi2c->hdmatx != NULL)
stm32f4xx_hal_fmpi2c.c:3570HAL_FMPI2C_Master_Seq_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:3573HAL_FMPI2C_Master_Seq_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:3576HAL_FMPI2C_Master_Seq_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:3577HAL_FMPI2C_Master_Seq_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:3580HAL_FMPI2C_Master_Seq_Transmit_DMA()
dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmatx, (uint32_t)hfmpi2c->pBuffPtr,
stm32f4xx_hal_fmpi2c.c:4100HAL_FMPI2C_Slave_Seq_Transmit_DMA()
if (hfmpi2c->hdmatx != NULL)
stm32f4xx_hal_fmpi2c.c:4104HAL_FMPI2C_Slave_Seq_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:4107HAL_FMPI2C_Slave_Seq_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:4110HAL_FMPI2C_Slave_Seq_Transmit_DMA()
hfmpi2c->hdmatx->XferAbortCallback(hfmpi2c->hdmatx);
stm32f4xx_hal_fmpi2c.c:4134HAL_FMPI2C_Slave_Seq_Transmit_DMA()
if (hfmpi2c->hdmatx != NULL)
stm32f4xx_hal_fmpi2c.c:4137HAL_FMPI2C_Slave_Seq_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:4140HAL_FMPI2C_Slave_Seq_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:4143HAL_FMPI2C_Slave_Seq_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:4144HAL_FMPI2C_Slave_Seq_Transmit_DMA()
stm32f4xx_hal_fmpi2c.c:4147HAL_FMPI2C_Slave_Seq_Transmit_DMA()
dmaxferstatus = HAL_DMA_Start_IT(hfmpi2c->hdmatx, (uint32_t)pData, (uint32_t)&hfmpi2c->Instance->TXDR,
stm32f4xx_hal_fmpi2c.c:4261HAL_FMPI2C_Slave_Seq_Receive_IT()
if (hfmpi2c->hdmatx != NULL)
stm32f4xx_hal_fmpi2c.c:4265HAL_FMPI2C_Slave_Seq_Receive_IT()
stm32f4xx_hal_fmpi2c.c:4268HAL_FMPI2C_Slave_Seq_Receive_IT()
stm32f4xx_hal_fmpi2c.c:4271HAL_FMPI2C_Slave_Seq_Receive_IT()
hfmpi2c->hdmatx->XferAbortCallback(hfmpi2c->hdmatx);
stm32f4xx_hal_fmpi2c.c:4360HAL_FMPI2C_Slave_Seq_Receive_DMA()
if (hfmpi2c->hdmatx != NULL)
stm32f4xx_hal_fmpi2c.c:4366HAL_FMPI2C_Slave_Seq_Receive_DMA()
stm32f4xx_hal_fmpi2c.c:4369HAL_FMPI2C_Slave_Seq_Receive_DMA()
stm32f4xx_hal_fmpi2c.c:4372HAL_FMPI2C_Slave_Seq_Receive_DMA()
hfmpi2c->hdmatx->XferAbortCallback(hfmpi2c->hdmatx);
stm32f4xx_hal_fmpi2c.c:5736FMPI2C_Slave_ISR_DMA()
if (hfmpi2c->hdmatx != NULL)
stm32f4xx_hal_fmpi2c.c:5740FMPI2C_Slave_ISR_DMA()
stm32f4xx_hal_fmpi2c.c:6355FMPI2C_ITSlaveCplt()
if (hfmpi2c->hdmatx != NULL)
stm32f4xx_hal_fmpi2c.c:6357FMPI2C_ITSlaveCplt()
stm32f4xx_hal_fmpi2c.c:6637FMPI2C_ITError()
if ((hfmpi2c->hdmatx != NULL) && ((tmppreviousstate == FMPI2C_STATE_MASTER_BUSY_TX) || \
stm32f4xx_hal_fmpi2c.c:6645FMPI2C_ITError()
stm32f4xx_hal_fmpi2c.c:6649FMPI2C_ITError()
stm32f4xx_hal_fmpi2c.c:6655FMPI2C_ITError()
stm32f4xx_hal_fmpi2c.c:6658FMPI2C_ITError()
hfmpi2c->hdmatx->XferAbortCallback(hfmpi2c->hdmatx);
stm32f4xx_hal_fmpi2c.c:6797FMPI2C_DMAMasterTransmitCplt()
if (HAL_DMA_Start_IT(hfmpi2c->hdmatx, (uint32_t)hfmpi2c->pBuffPtr, (uint32_t)&hfmpi2c->Instance->TXDR,
stm32f4xx_hal_fmpi2c.c:6940FMPI2C_DMAError()
if (hfmpi2c->hdmatx != NULL)
stm32f4xx_hal_fmpi2c.c:6942FMPI2C_DMAError()
if (FMPI2C_GET_DMA_REMAIN_DATA(hfmpi2c->hdmatx) == 0U)
stm32f4xx_hal_fmpi2c.c:6980FMPI2C_DMAAbort()
if (hfmpi2c->hdmatx != NULL)
stm32f4xx_hal_fmpi2c.c:6982FMPI2C_DMAAbort()
hfmpi2c->hdmatx->XferAbortCallback = NULL;