HAL
FMPI2C_ITError() is only used within HAL.
 
Symbols
loading...
Files
loading...

FMPI2C_ITError() function

FMPI2C interrupts error process.

Syntax

static void FMPI2C_ITError(FMPI2C_HandleTypeDef *hfmpi2c,     uint32_t ErrorCode);
Implemented in stm32f4xx_hal_fmpi2c.c:6576

Arguments

hfmpi2c

FMPI2C handle.

ErrorCode

Error code to handle.

Return value

None

References

LocationReferrerText
stm32f4xx_hal_fmpi2c.c:6576
static void FMPI2C_ITError(FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ErrorCode)
stm32f4xx_hal_fmpi2c.c:436
static void FMPI2C_ITError(FMPI2C_HandleTypeDef *hfmpi2c, uint32_t ErrorCode);
stm32f4xx_hal_fmpi2c.c:4686HAL_FMPI2C_ER_IRQHandler()
FMPI2C_ITError(hfmpi2c, tmperror);
stm32f4xx_hal_fmpi2c.c:5028FMPI2C_Master_ISR_IT()
FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_SIZE);
stm32f4xx_hal_fmpi2c.c:5056FMPI2C_Master_ISR_IT()
FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_SIZE);
stm32f4xx_hal_fmpi2c.c:5176FMPI2C_Mem_ISR_IT()
FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_SIZE);
stm32f4xx_hal_fmpi2c.c:5306FMPI2C_Slave_ISR_IT()
FMPI2C_ITError(hfmpi2c, hfmpi2c->ErrorCode);
stm32f4xx_hal_fmpi2c.c:5476FMPI2C_Master_ISR_DMA()
FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_SIZE);
stm32f4xx_hal_fmpi2c.c:5504FMPI2C_Master_ISR_DMA()
FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_SIZE);
stm32f4xx_hal_fmpi2c.c:5616FMPI2C_Mem_ISR_DMA()
FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_SIZE);
stm32f4xx_hal_fmpi2c.c:5802FMPI2C_Slave_ISR_DMA()
FMPI2C_ITError(hfmpi2c, hfmpi2c->ErrorCode);
stm32f4xx_hal_fmpi2c.c:6225FMPI2C_ITMasterCplt()
FMPI2C_ITError(hfmpi2c, hfmpi2c->ErrorCode);
stm32f4xx_hal_fmpi2c.c:6447FMPI2C_ITSlaveCplt()
FMPI2C_ITError(hfmpi2c, hfmpi2c->ErrorCode);
stm32f4xx_hal_fmpi2c.c:6458FMPI2C_ITSlaveCplt()
FMPI2C_ITError(hfmpi2c, hfmpi2c->ErrorCode);
stm32f4xx_hal_fmpi2c.c:6801FMPI2C_DMAMasterTransmitCplt()
FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_DMA);
stm32f4xx_hal_fmpi2c.c:6889FMPI2C_DMAMasterReceiveCplt()
FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_DMA);
stm32f4xx_hal_fmpi2c.c:6963FMPI2C_DMAError()
FMPI2C_ITError(hfmpi2c, HAL_FMPI2C_ERROR_DMA);

Call Tree

Type of FMPI2C_ITError()
FMPI2C_ITError()
uint32_t
all items filtered out