STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
FMPI2C Error Code definition

FMPI2C Error Code definition. More...

Collaboration diagram for FMPI2C Error Code definition:

Macros

#define HAL_FMPI2C_ERROR_NONE   (0x00000000U)
 
#define HAL_FMPI2C_ERROR_BERR   (0x00000001U)
 
#define HAL_FMPI2C_ERROR_ARLO   (0x00000002U)
 
#define HAL_FMPI2C_ERROR_AF   (0x00000004U)
 
#define HAL_FMPI2C_ERROR_OVR   (0x00000008U)
 
#define HAL_FMPI2C_ERROR_DMA   (0x00000010U)
 
#define HAL_FMPI2C_ERROR_TIMEOUT   (0x00000020U)
 
#define HAL_FMPI2C_ERROR_SIZE   (0x00000040U)
 
#define HAL_FMPI2C_ERROR_DMA_PARAM   (0x00000080U)
 
#define HAL_FMPI2C_ERROR_INVALID_PARAM   (0x00000200U)
 

Detailed Description

FMPI2C Error Code definition.

Macro Definition Documentation

◆ HAL_FMPI2C_ERROR_NONE

◆ HAL_FMPI2C_ERROR_BERR

#define HAL_FMPI2C_ERROR_BERR   (0x00000001U)

#include <stm32f4xx_hal_fmpi2c.h>

BERR error

Definition at line 165 of file stm32f4xx_hal_fmpi2c.h.

Referenced by FMPI2C_IsErrorOccurred(), and HAL_FMPI2C_ER_IRQHandler().

◆ HAL_FMPI2C_ERROR_ARLO

#define HAL_FMPI2C_ERROR_ARLO   (0x00000002U)

#include <stm32f4xx_hal_fmpi2c.h>

ARLO error

Definition at line 166 of file stm32f4xx_hal_fmpi2c.h.

Referenced by FMPI2C_IsErrorOccurred(), and HAL_FMPI2C_ER_IRQHandler().

◆ HAL_FMPI2C_ERROR_AF

◆ HAL_FMPI2C_ERROR_OVR

#define HAL_FMPI2C_ERROR_OVR   (0x00000008U)

#include <stm32f4xx_hal_fmpi2c.h>

OVR error

Definition at line 168 of file stm32f4xx_hal_fmpi2c.h.

Referenced by FMPI2C_IsErrorOccurred(), and HAL_FMPI2C_ER_IRQHandler().

◆ HAL_FMPI2C_ERROR_DMA

◆ HAL_FMPI2C_ERROR_TIMEOUT

◆ HAL_FMPI2C_ERROR_SIZE

#define HAL_FMPI2C_ERROR_SIZE   (0x00000040U)

#include <stm32f4xx_hal_fmpi2c.h>

Size Management error

Definition at line 171 of file stm32f4xx_hal_fmpi2c.h.

Referenced by FMPI2C_Master_ISR_DMA(), FMPI2C_Master_ISR_IT(), FMPI2C_Mem_ISR_DMA(), and FMPI2C_Mem_ISR_IT().

◆ HAL_FMPI2C_ERROR_DMA_PARAM

◆ HAL_FMPI2C_ERROR_INVALID_PARAM