STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
FMPI2C Interrupt definition Elements values convention: 0xXXXXXXXX. More...
Macros | |
#define | FMPI2C_IT_ERRI FMPI2C_CR1_ERRIE |
#define | FMPI2C_IT_TCI FMPI2C_CR1_TCIE |
#define | FMPI2C_IT_STOPI FMPI2C_CR1_STOPIE |
#define | FMPI2C_IT_NACKI FMPI2C_CR1_NACKIE |
#define | FMPI2C_IT_ADDRI FMPI2C_CR1_ADDRIE |
#define | FMPI2C_IT_RXI FMPI2C_CR1_RXIE |
#define | FMPI2C_IT_TXI FMPI2C_CR1_TXIE |
FMPI2C Interrupt definition Elements values convention: 0xXXXXXXXX.
#define FMPI2C_IT_ERRI FMPI2C_CR1_ERRIE |
#include <stm32f4xx_hal_fmpi2c.h>
Definition at line 414 of file stm32f4xx_hal_fmpi2c.h.
Referenced by FMPI2C_Disable_IRQ(), FMPI2C_Enable_IRQ(), and HAL_FMPI2C_ER_IRQHandler().
#define FMPI2C_IT_TCI FMPI2C_CR1_TCIE |
#include <stm32f4xx_hal_fmpi2c.h>
Definition at line 415 of file stm32f4xx_hal_fmpi2c.h.
Referenced by FMPI2C_Disable_IRQ(), FMPI2C_Enable_IRQ(), FMPI2C_Master_ISR_DMA(), FMPI2C_Master_ISR_IT(), FMPI2C_Mem_ISR_DMA(), and FMPI2C_Mem_ISR_IT().
#define FMPI2C_IT_STOPI FMPI2C_CR1_STOPIE |
#include <stm32f4xx_hal_fmpi2c.h>
Definition at line 416 of file stm32f4xx_hal_fmpi2c.h.
Referenced by FMPI2C_Disable_IRQ(), FMPI2C_Enable_IRQ(), FMPI2C_Master_ISR_DMA(), FMPI2C_Master_ISR_IT(), FMPI2C_Mem_ISR_DMA(), FMPI2C_Mem_ISR_IT(), FMPI2C_Slave_ISR_DMA(), and FMPI2C_Slave_ISR_IT().
#define FMPI2C_IT_NACKI FMPI2C_CR1_NACKIE |
#include <stm32f4xx_hal_fmpi2c.h>
Definition at line 417 of file stm32f4xx_hal_fmpi2c.h.
Referenced by FMPI2C_Disable_IRQ(), FMPI2C_Enable_IRQ(), FMPI2C_ITSlaveCplt(), FMPI2C_Master_ISR_DMA(), FMPI2C_Master_ISR_IT(), FMPI2C_Mem_ISR_DMA(), FMPI2C_Mem_ISR_IT(), FMPI2C_Slave_ISR_DMA(), and FMPI2C_Slave_ISR_IT().
#define FMPI2C_IT_ADDRI FMPI2C_CR1_ADDRIE |
#include <stm32f4xx_hal_fmpi2c.h>
Definition at line 418 of file stm32f4xx_hal_fmpi2c.h.
Referenced by FMPI2C_Disable_IRQ(), FMPI2C_Enable_IRQ(), FMPI2C_Slave_ISR_DMA(), and FMPI2C_Slave_ISR_IT().
#define FMPI2C_IT_RXI FMPI2C_CR1_RXIE |
#include <stm32f4xx_hal_fmpi2c.h>
Definition at line 419 of file stm32f4xx_hal_fmpi2c.h.
Referenced by FMPI2C_Disable_IRQ(), FMPI2C_Enable_IRQ(), FMPI2C_Master_ISR_IT(), FMPI2C_Mem_ISR_IT(), and FMPI2C_Slave_ISR_IT().
#define FMPI2C_IT_TXI FMPI2C_CR1_TXIE |
#include <stm32f4xx_hal_fmpi2c.h>
Definition at line 420 of file stm32f4xx_hal_fmpi2c.h.
Referenced by FMPI2C_Disable_IRQ(), FMPI2C_Enable_IRQ(), FMPI2C_Master_ISR_IT(), FMPI2C_Mem_ISR_DMA(), FMPI2C_Mem_ISR_IT(), and FMPI2C_Slave_ISR_IT().