Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c1390 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_INVALID_PARAM; in HAL_FMPI2C_Slave_Transmit()
1563 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_INVALID_PARAM; in HAL_FMPI2C_Slave_Receive()
2275 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_INVALID_PARAM; in HAL_FMPI2C_Slave_Transmit_DMA()
2411 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_INVALID_PARAM; in HAL_FMPI2C_Slave_Receive_DMA()
2524 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_INVALID_PARAM; in HAL_FMPI2C_Mem_Write()
2661 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_INVALID_PARAM; in HAL_FMPI2C_Mem_Read()
2796 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_INVALID_PARAM; in HAL_FMPI2C_Mem_Write_IT()
2884 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_INVALID_PARAM; in HAL_FMPI2C_Mem_Read_IT()
2973 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_INVALID_PARAM; in HAL_FMPI2C_Mem_Write_DMA()
3119 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_INVALID_PARAM; in HAL_FMPI2C_Mem_Read_DMA()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h176 #define HAL_FMPI2C_ERROR_INVALID_PARAM (0x00000200U) /*!< Invalid Parameters error */ macro