STM32F439xx HAL User Manual
Defines
IT Defines
SPI Exported Constants | I2S Exported Constants

IT defines which can be used with LL_SPI_ReadReg and LL_SPI_WriteReg functions. More...

Defines

#define LL_SPI_CR2_RXNEIE   SPI_CR2_RXNEIE
#define LL_SPI_CR2_TXEIE   SPI_CR2_TXEIE
#define LL_SPI_CR2_ERRIE   SPI_CR2_ERRIE
#define LL_I2S_CR2_RXNEIE   LL_SPI_CR2_RXNEIE
#define LL_I2S_CR2_TXEIE   LL_SPI_CR2_TXEIE
#define LL_I2S_CR2_ERRIE   LL_SPI_CR2_ERRIE

Detailed Description

IT defines which can be used with LL_SPI_ReadReg and LL_SPI_WriteReg functions.


Define Documentation

Error interrupt enable

Definition at line 1244 of file stm32f4xx_ll_spi.h.

Rx buffer not empty interrupt enable

Definition at line 1242 of file stm32f4xx_ll_spi.h.

Tx buffer empty interrupt enable

Definition at line 1243 of file stm32f4xx_ll_spi.h.

#define LL_SPI_CR2_ERRIE   SPI_CR2_ERRIE

Error interrupt enable

Definition at line 156 of file stm32f4xx_ll_spi.h.

#define LL_SPI_CR2_RXNEIE   SPI_CR2_RXNEIE

Rx buffer not empty interrupt enable

Definition at line 154 of file stm32f4xx_ll_spi.h.

#define LL_SPI_CR2_TXEIE   SPI_CR2_TXEIE

Tx buffer empty interrupt enable

Definition at line 155 of file stm32f4xx_ll_spi.h.