STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Flag definition Elements values convention: 0xXXXXYYYY. More...
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 |
Flag definition Elements values convention: 0xXXXXYYYY.
#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().
#define FMPSMBUS_FLAG_TXIS FMPI2C_ISR_TXIS |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 390 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Flush_TXDR(), FMPSMBUS_Master_ISR(), FMPSMBUS_Slave_ISR(), and HAL_FMPSMBUS_EV_IRQHandler().
#define FMPSMBUS_FLAG_RXNE FMPI2C_ISR_RXNE |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 391 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Master_ISR(), FMPSMBUS_Slave_ISR(), and HAL_FMPSMBUS_EV_IRQHandler().
#define FMPSMBUS_FLAG_ADDR FMPI2C_ISR_ADDR |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 392 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Slave_ISR(), HAL_FMPSMBUS_EV_IRQHandler(), HAL_FMPSMBUS_Slave_Receive_IT(), and HAL_FMPSMBUS_Slave_Transmit_IT().
#define FMPSMBUS_FLAG_AF FMPI2C_ISR_NACKF |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 393 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Master_ISR(), FMPSMBUS_Slave_ISR(), HAL_FMPSMBUS_EV_IRQHandler(), and HAL_FMPSMBUS_IsDeviceReady().
#define FMPSMBUS_FLAG_STOPF FMPI2C_ISR_STOPF |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 394 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Master_ISR(), FMPSMBUS_Slave_ISR(), HAL_FMPSMBUS_EV_IRQHandler(), and HAL_FMPSMBUS_IsDeviceReady().
#define FMPSMBUS_FLAG_TC FMPI2C_ISR_TC |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 395 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Master_ISR(), and HAL_FMPSMBUS_EV_IRQHandler().
#define FMPSMBUS_FLAG_TCR FMPI2C_ISR_TCR |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 396 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Master_ISR(), FMPSMBUS_Slave_ISR(), and HAL_FMPSMBUS_EV_IRQHandler().
#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().
#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().
#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().
#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().
#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().
#define FMPSMBUS_FLAG_ALERT FMPI2C_ISR_ALERT |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 402 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_ITErrorHandler(), and HAL_FMPSMBUS_EnableAlert_IT().
#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().
#define FMPSMBUS_FLAG_DIR FMPI2C_ISR_DIR |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 404 of file stm32f4xx_hal_fmpsmbus.h.