Home
last modified time | relevance | path

Searched refs:HAL_FMPI2C_ERROR_DMA_PARAM (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c2036 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA_PARAM; in HAL_FMPI2C_Master_Transmit_DMA()
2184 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA_PARAM; in HAL_FMPI2C_Master_Receive_DMA()
2332 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA_PARAM; in HAL_FMPI2C_Slave_Transmit_DMA()
2451 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA_PARAM; in HAL_FMPI2C_Slave_Receive_DMA()
3047 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA_PARAM; in HAL_FMPI2C_Mem_Write_DMA()
3193 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA_PARAM; in HAL_FMPI2C_Mem_Read_DMA()
3590 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA_PARAM; in HAL_FMPI2C_Master_Seq_Transmit_DMA()
3858 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA_PARAM; in HAL_FMPI2C_Master_Seq_Receive_DMA()
4157 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA_PARAM; in HAL_FMPI2C_Slave_Seq_Transmit_DMA()
4441 hfmpi2c->ErrorCode |= HAL_FMPI2C_ERROR_DMA_PARAM; in HAL_FMPI2C_Slave_Seq_Receive_DMA()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h172 #define HAL_FMPI2C_ERROR_DMA_PARAM (0x00000080U) /*!< DMA Parameter Error */ macro