|
STM32L443xx 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 |
IT defines which can be used with LL_SPI_ReadReg and LL_SPI_WriteReg functions.
| #define LL_SPI_CR2_ERRIE SPI_CR2_ERRIE |
Error interrupt enable
Definition at line 139 of file stm32l4xx_ll_spi.h.
| #define LL_SPI_CR2_RXNEIE SPI_CR2_RXNEIE |
Rx buffer not empty interrupt enable
Definition at line 137 of file stm32l4xx_ll_spi.h.
| #define LL_SPI_CR2_TXEIE SPI_CR2_TXEIE |
Tx buffer empty interrupt enable
Definition at line 138 of file stm32l4xx_ll_spi.h.
1.7.6.1