STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for FMPI2C Flag definition:

Macros

#define FMPI2C_FLAG_TXE   FMPI2C_ISR_TXE
 
#define FMPI2C_FLAG_TXIS   FMPI2C_ISR_TXIS
 
#define FMPI2C_FLAG_RXNE   FMPI2C_ISR_RXNE
 
#define FMPI2C_FLAG_ADDR   FMPI2C_ISR_ADDR
 
#define FMPI2C_FLAG_AF   FMPI2C_ISR_NACKF
 
#define FMPI2C_FLAG_STOPF   FMPI2C_ISR_STOPF
 
#define FMPI2C_FLAG_TC   FMPI2C_ISR_TC
 
#define FMPI2C_FLAG_TCR   FMPI2C_ISR_TCR
 
#define FMPI2C_FLAG_BERR   FMPI2C_ISR_BERR
 
#define FMPI2C_FLAG_ARLO   FMPI2C_ISR_ARLO
 
#define FMPI2C_FLAG_OVR   FMPI2C_ISR_OVR
 
#define FMPI2C_FLAG_PECERR   FMPI2C_ISR_PECERR
 
#define FMPI2C_FLAG_TIMEOUT   FMPI2C_ISR_TIMEOUT
 
#define FMPI2C_FLAG_ALERT   FMPI2C_ISR_ALERT
 
#define FMPI2C_FLAG_BUSY   FMPI2C_ISR_BUSY
 
#define FMPI2C_FLAG_DIR   FMPI2C_ISR_DIR
 

Detailed Description

Macro Definition Documentation

◆ FMPI2C_FLAG_TXE

#define FMPI2C_FLAG_TXE   FMPI2C_ISR_TXE

#include <stm32f4xx_hal_fmpi2c.h>

Definition at line 428 of file stm32f4xx_hal_fmpi2c.h.

Referenced by FMPI2C_Flush_TXDR().

◆ FMPI2C_FLAG_TXIS

◆ FMPI2C_FLAG_RXNE

◆ FMPI2C_FLAG_ADDR

◆ FMPI2C_FLAG_AF

◆ FMPI2C_FLAG_STOPF

◆ FMPI2C_FLAG_TC

#define FMPI2C_FLAG_TC   FMPI2C_ISR_TC

◆ FMPI2C_FLAG_TCR

◆ FMPI2C_FLAG_BERR

#define FMPI2C_FLAG_BERR   FMPI2C_ISR_BERR

#include <stm32f4xx_hal_fmpi2c.h>

Definition at line 436 of file stm32f4xx_hal_fmpi2c.h.

Referenced by FMPI2C_IsErrorOccurred(), and HAL_FMPI2C_ER_IRQHandler().

◆ FMPI2C_FLAG_ARLO

#define FMPI2C_FLAG_ARLO   FMPI2C_ISR_ARLO

#include <stm32f4xx_hal_fmpi2c.h>

Definition at line 437 of file stm32f4xx_hal_fmpi2c.h.

Referenced by FMPI2C_IsErrorOccurred(), and HAL_FMPI2C_ER_IRQHandler().

◆ FMPI2C_FLAG_OVR

#define FMPI2C_FLAG_OVR   FMPI2C_ISR_OVR

#include <stm32f4xx_hal_fmpi2c.h>

Definition at line 438 of file stm32f4xx_hal_fmpi2c.h.

Referenced by FMPI2C_IsErrorOccurred(), and HAL_FMPI2C_ER_IRQHandler().

◆ FMPI2C_FLAG_PECERR

#define FMPI2C_FLAG_PECERR   FMPI2C_ISR_PECERR

#include <stm32f4xx_hal_fmpi2c.h>

Definition at line 439 of file stm32f4xx_hal_fmpi2c.h.

◆ FMPI2C_FLAG_TIMEOUT

#define FMPI2C_FLAG_TIMEOUT   FMPI2C_ISR_TIMEOUT

#include <stm32f4xx_hal_fmpi2c.h>

Definition at line 440 of file stm32f4xx_hal_fmpi2c.h.

◆ FMPI2C_FLAG_ALERT

#define FMPI2C_FLAG_ALERT   FMPI2C_ISR_ALERT

#include <stm32f4xx_hal_fmpi2c.h>

Definition at line 441 of file stm32f4xx_hal_fmpi2c.h.

◆ FMPI2C_FLAG_BUSY

◆ FMPI2C_FLAG_DIR

#define FMPI2C_FLAG_DIR   FMPI2C_ISR_DIR