Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpsmbus.c402 hfmpsmbus->ErrorCode = HAL_FMPSMBUS_ERROR_NONE; in HAL_FMPSMBUS_Init()
444 hfmpsmbus->ErrorCode = HAL_FMPSMBUS_ERROR_NONE; in HAL_FMPSMBUS_DeInit()
941 hfmpsmbus->ErrorCode = HAL_FMPSMBUS_ERROR_NONE; in HAL_FMPSMBUS_Master_Transmit_IT()
1078 hfmpsmbus->ErrorCode = HAL_FMPSMBUS_ERROR_NONE; in HAL_FMPSMBUS_Master_Receive_IT()
1184 hfmpsmbus->ErrorCode = HAL_FMPSMBUS_ERROR_NONE; in HAL_FMPSMBUS_Master_Abort_IT()
1247 hfmpsmbus->ErrorCode = HAL_FMPSMBUS_ERROR_NONE; in HAL_FMPSMBUS_Slave_Transmit_IT()
1345 hfmpsmbus->ErrorCode = HAL_FMPSMBUS_ERROR_NONE; in HAL_FMPSMBUS_Slave_Receive_IT()
1505 hfmpsmbus->ErrorCode = HAL_FMPSMBUS_ERROR_NONE; in HAL_FMPSMBUS_IsDeviceReady()
2623 if (hfmpsmbus->ErrorCode != HAL_FMPSMBUS_ERROR_NONE) in FMPSMBUS_ITErrorHandler()
2633 if ((tmperror != HAL_FMPSMBUS_ERROR_NONE) && (tmperror != HAL_FMPSMBUS_ERROR_ACKF)) in FMPSMBUS_ITErrorHandler()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpsmbus.h113 #define HAL_FMPSMBUS_ERROR_NONE (0x00000000U) /*!< No error */ macro