STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches

Flag definition Elements values convention: 0xXXXXYYYY. More...

Collaboration diagram for FMPSMBUS Flag definition:

Macros

#define FMPSMBUS_FLAG_TXE   FMPI2C_ISR_TXE
 
#define FMPSMBUS_FLAG_TXIS   FMPI2C_ISR_TXIS
 
#define FMPSMBUS_FLAG_RXNE   FMPI2C_ISR_RXNE
 
#define FMPSMBUS_FLAG_ADDR   FMPI2C_ISR_ADDR
 
#define FMPSMBUS_FLAG_AF   FMPI2C_ISR_NACKF
 
#define FMPSMBUS_FLAG_STOPF   FMPI2C_ISR_STOPF
 
#define FMPSMBUS_FLAG_TC   FMPI2C_ISR_TC
 
#define FMPSMBUS_FLAG_TCR   FMPI2C_ISR_TCR
 
#define FMPSMBUS_FLAG_BERR   FMPI2C_ISR_BERR
 
#define FMPSMBUS_FLAG_ARLO   FMPI2C_ISR_ARLO
 
#define FMPSMBUS_FLAG_OVR   FMPI2C_ISR_OVR
 
#define FMPSMBUS_FLAG_PECERR   FMPI2C_ISR_PECERR
 
#define FMPSMBUS_FLAG_TIMEOUT   FMPI2C_ISR_TIMEOUT
 
#define FMPSMBUS_FLAG_ALERT   FMPI2C_ISR_ALERT
 
#define FMPSMBUS_FLAG_BUSY   FMPI2C_ISR_BUSY
 
#define FMPSMBUS_FLAG_DIR   FMPI2C_ISR_DIR
 

Detailed Description

Flag definition Elements values convention: 0xXXXXYYYY.

Macro Definition Documentation

◆ FMPSMBUS_FLAG_TXE

#define FMPSMBUS_FLAG_TXE   FMPI2C_ISR_TXE

#include <stm32f4xx_hal_fmpsmbus.h>

Definition at line 389 of file stm32f4xx_hal_fmpsmbus.h.

Referenced by FMPSMBUS_Flush_TXDR().

◆ FMPSMBUS_FLAG_TXIS

#define FMPSMBUS_FLAG_TXIS   FMPI2C_ISR_TXIS

◆ FMPSMBUS_FLAG_RXNE

#define FMPSMBUS_FLAG_RXNE   FMPI2C_ISR_RXNE

◆ FMPSMBUS_FLAG_ADDR

#define FMPSMBUS_FLAG_ADDR   FMPI2C_ISR_ADDR

◆ FMPSMBUS_FLAG_AF

#define FMPSMBUS_FLAG_AF   FMPI2C_ISR_NACKF

◆ FMPSMBUS_FLAG_STOPF

#define FMPSMBUS_FLAG_STOPF   FMPI2C_ISR_STOPF

◆ FMPSMBUS_FLAG_TC

#define FMPSMBUS_FLAG_TC   FMPI2C_ISR_TC

◆ FMPSMBUS_FLAG_TCR

#define FMPSMBUS_FLAG_TCR   FMPI2C_ISR_TCR

◆ FMPSMBUS_FLAG_BERR

#define FMPSMBUS_FLAG_BERR   FMPI2C_ISR_BERR

#include <stm32f4xx_hal_fmpsmbus.h>

Definition at line 397 of file stm32f4xx_hal_fmpsmbus.h.

Referenced by FMPSMBUS_ITErrorHandler().

◆ FMPSMBUS_FLAG_ARLO

#define FMPSMBUS_FLAG_ARLO   FMPI2C_ISR_ARLO

#include <stm32f4xx_hal_fmpsmbus.h>

Definition at line 398 of file stm32f4xx_hal_fmpsmbus.h.

Referenced by FMPSMBUS_ITErrorHandler().

◆ FMPSMBUS_FLAG_OVR

#define FMPSMBUS_FLAG_OVR   FMPI2C_ISR_OVR

#include <stm32f4xx_hal_fmpsmbus.h>

Definition at line 399 of file stm32f4xx_hal_fmpsmbus.h.

Referenced by FMPSMBUS_ITErrorHandler().

◆ FMPSMBUS_FLAG_PECERR

#define FMPSMBUS_FLAG_PECERR   FMPI2C_ISR_PECERR

#include <stm32f4xx_hal_fmpsmbus.h>

Definition at line 400 of file stm32f4xx_hal_fmpsmbus.h.

Referenced by FMPSMBUS_ITErrorHandler().

◆ FMPSMBUS_FLAG_TIMEOUT

#define FMPSMBUS_FLAG_TIMEOUT   FMPI2C_ISR_TIMEOUT

#include <stm32f4xx_hal_fmpsmbus.h>

Definition at line 401 of file stm32f4xx_hal_fmpsmbus.h.

Referenced by FMPSMBUS_ITErrorHandler().

◆ FMPSMBUS_FLAG_ALERT

#define FMPSMBUS_FLAG_ALERT   FMPI2C_ISR_ALERT

◆ FMPSMBUS_FLAG_BUSY

#define FMPSMBUS_FLAG_BUSY   FMPI2C_ISR_BUSY

#include <stm32f4xx_hal_fmpsmbus.h>

Definition at line 403 of file stm32f4xx_hal_fmpsmbus.h.

Referenced by HAL_FMPSMBUS_IsDeviceReady().

◆ FMPSMBUS_FLAG_DIR

#define FMPSMBUS_FLAG_DIR   FMPI2C_ISR_DIR

#include <stm32f4xx_hal_fmpsmbus.h>

Definition at line 404 of file stm32f4xx_hal_fmpsmbus.h.