STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
FMPSMBUS Interrupt definition Elements values convention: 0xXXXXXXXX. More...
Macros | |
#define | FMPSMBUS_IT_ERRI FMPI2C_CR1_ERRIE |
#define | FMPSMBUS_IT_TCI FMPI2C_CR1_TCIE |
#define | FMPSMBUS_IT_STOPI FMPI2C_CR1_STOPIE |
#define | FMPSMBUS_IT_NACKI FMPI2C_CR1_NACKIE |
#define | FMPSMBUS_IT_ADDRI FMPI2C_CR1_ADDRIE |
#define | FMPSMBUS_IT_RXI FMPI2C_CR1_RXIE |
#define | FMPSMBUS_IT_TXI FMPI2C_CR1_TXIE |
#define | FMPSMBUS_IT_TX |
#define | FMPSMBUS_IT_RX |
#define | FMPSMBUS_IT_ALERT (FMPSMBUS_IT_ERRI) |
#define | FMPSMBUS_IT_ADDR (FMPSMBUS_IT_ADDRI | FMPSMBUS_IT_STOPI | FMPSMBUS_IT_NACKI) |
FMPSMBUS Interrupt definition Elements values convention: 0xXXXXXXXX.
#define FMPSMBUS_IT_ERRI FMPI2C_CR1_ERRIE |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 365 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Disable_IRQ(), FMPSMBUS_Enable_IRQ(), and FMPSMBUS_ITErrorHandler().
#define FMPSMBUS_IT_TCI FMPI2C_CR1_TCIE |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 366 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Disable_IRQ(), FMPSMBUS_Enable_IRQ(), and HAL_FMPSMBUS_EV_IRQHandler().
#define FMPSMBUS_IT_STOPI FMPI2C_CR1_STOPIE |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 367 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Disable_IRQ(), FMPSMBUS_Enable_IRQ(), and HAL_FMPSMBUS_EV_IRQHandler().
#define FMPSMBUS_IT_NACKI FMPI2C_CR1_NACKIE |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 368 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Disable_IRQ(), FMPSMBUS_Enable_IRQ(), and HAL_FMPSMBUS_EV_IRQHandler().
#define FMPSMBUS_IT_ADDRI FMPI2C_CR1_ADDRIE |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 369 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Disable_IRQ(), FMPSMBUS_Enable_IRQ(), FMPSMBUS_Slave_ISR(), and HAL_FMPSMBUS_EV_IRQHandler().
#define FMPSMBUS_IT_RXI FMPI2C_CR1_RXIE |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 370 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Disable_IRQ(), FMPSMBUS_Enable_IRQ(), and HAL_FMPSMBUS_EV_IRQHandler().
#define FMPSMBUS_IT_TXI FMPI2C_CR1_TXIE |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 371 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Disable_IRQ(), FMPSMBUS_Enable_IRQ(), and HAL_FMPSMBUS_EV_IRQHandler().
#define FMPSMBUS_IT_TX |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 372 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Disable_IRQ(), FMPSMBUS_Enable_IRQ(), FMPSMBUS_Master_ISR(), FMPSMBUS_Slave_ISR(), HAL_FMPSMBUS_Master_Abort_IT(), HAL_FMPSMBUS_Master_Transmit_IT(), and HAL_FMPSMBUS_Slave_Transmit_IT().
#define FMPSMBUS_IT_RX |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 374 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Disable_IRQ(), FMPSMBUS_Enable_IRQ(), FMPSMBUS_Master_ISR(), FMPSMBUS_Slave_ISR(), HAL_FMPSMBUS_Master_Abort_IT(), HAL_FMPSMBUS_Master_Receive_IT(), and HAL_FMPSMBUS_Slave_Receive_IT().
#define FMPSMBUS_IT_ALERT (FMPSMBUS_IT_ERRI) |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 376 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Disable_IRQ(), FMPSMBUS_Enable_IRQ(), HAL_FMPSMBUS_DisableAlert_IT(), and HAL_FMPSMBUS_EnableAlert_IT().
#define FMPSMBUS_IT_ADDR (FMPSMBUS_IT_ADDRI | FMPSMBUS_IT_STOPI | FMPSMBUS_IT_NACKI) |
#include <stm32f4xx_hal_fmpsmbus.h>
Definition at line 377 of file stm32f4xx_hal_fmpsmbus.h.
Referenced by FMPSMBUS_Disable_IRQ(), FMPSMBUS_Enable_IRQ(), FMPSMBUS_Slave_ISR(), HAL_FMPSMBUS_DisableListen_IT(), HAL_FMPSMBUS_EnableListen_IT(), HAL_FMPSMBUS_Slave_Receive_IT(), and HAL_FMPSMBUS_Slave_Transmit_IT().