STM32G474xx HAL User Manual
宏定义
IT 宏定义
SPI Exported Constants | I2S Exported Constants

可与 LL_SPI_ReadReg 和 LL_SPI_WriteReg 函数配合使用的IT宏定义。 更多...

宏定义

#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

详细说明

可与 LL_SPI_ReadReg 和 LL_SPI_WriteReg 函数配合使用的IT宏定义。


宏定义文档

错误中断使能

Definition at line 1510 of file stm32g4xx_ll_spi.h.

接收缓冲区非空中断使能

Definition at line 1508 of file stm32g4xx_ll_spi.h.

发送缓冲区空中断使能

Definition at line 1509 of file stm32g4xx_ll_spi.h.

#define LL_SPI_CR2_ERRIE   SPI_CR2_ERRIE

错误中断使能

Definition at line 152 of file stm32g4xx_ll_spi.h.

#define LL_SPI_CR2_RXNEIE   SPI_CR2_RXNEIE

接收缓冲区非空中断使能

Definition at line 150 of file stm32g4xx_ll_spi.h.

#define LL_SPI_CR2_TXEIE   SPI_CR2_TXEIE

发送缓冲区空中断使能

Definition at line 151 of file stm32g4xx_ll_spi.h.