Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c637 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_NONE; in HAL_FMPI2C_Init()
680 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_NONE; in HAL_FMPI2C_DeInit()
1141 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_NONE; in HAL_FMPI2C_Master_Transmit()
1281 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_NONE; in HAL_FMPI2C_Master_Receive()
1401 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_NONE; in HAL_FMPI2C_Slave_Transmit()
1490 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_NONE; in HAL_FMPI2C_Slave_Transmit()
1574 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_NONE; in HAL_FMPI2C_Slave_Receive()
1701 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_NONE; in HAL_FMPI2C_Master_Transmit_IT()
1791 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_NONE; in HAL_FMPI2C_Master_Receive_IT()
1852 hfmpi2c->ErrorCode = HAL_FMPI2C_ERROR_NONE; in HAL_FMPI2C_Slave_Transmit_IT()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h164 #define HAL_FMPI2C_ERROR_NONE (0x00000000U) /*!< No error */ macro