STM32F479xx HAL User Manual
|
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 |
IT defines which can be used with LL_SPI_ReadReg and LL_SPI_WriteReg functions.
#define LL_I2S_CR2_ERRIE LL_SPI_CR2_ERRIE |
Error interrupt enable
Definition at line 1237 of file stm32f4xx_ll_spi.h.
#define LL_I2S_CR2_RXNEIE LL_SPI_CR2_RXNEIE |
Rx buffer not empty interrupt enable
Definition at line 1235 of file stm32f4xx_ll_spi.h.
#define LL_I2S_CR2_TXEIE LL_SPI_CR2_TXEIE |
Tx buffer empty interrupt enable
Definition at line 1236 of file stm32f4xx_ll_spi.h.
#define LL_SPI_CR2_ERRIE SPI_CR2_ERRIE |
Error interrupt enable
Definition at line 140 of file stm32f4xx_ll_spi.h.
#define LL_SPI_CR2_RXNEIE SPI_CR2_RXNEIE |
Rx buffer not empty interrupt enable
Definition at line 138 of file stm32f4xx_ll_spi.h.
#define LL_SPI_CR2_TXEIE SPI_CR2_TXEIE |
Tx buffer empty interrupt enable
Definition at line 139 of file stm32f4xx_ll_spi.h.