|
STM32G474xx HAL用户手册
|
函数 | |
| __STATIC_INLINE void | LL_I2S_EnableIT_ERR (SPI_TypeDef *SPIx) |
| 使能错误中断。 | |
| __STATIC_INLINE void | LL_I2S_EnableIT_RXNE (SPI_TypeDef *SPIx) |
| 使能接收缓冲区非空中断。 | |
| __STATIC_INLINE void | LL_I2S_EnableIT_TXE (SPI_TypeDef *SPIx) |
| 使能发送缓冲区空中断。 | |
| __STATIC_INLINE void | LL_I2S_DisableIT_ERR (SPI_TypeDef *SPIx) |
| 禁用错误中断。 | |
| __STATIC_INLINE void | LL_I2S_DisableIT_RXNE (SPI_TypeDef *SPIx) |
| 禁用接收缓冲区非空中断。 | |
| __STATIC_INLINE void | LL_I2S_DisableIT_TXE (SPI_TypeDef *SPIx) |
| 禁用发送缓冲区空中断。 | |
| __STATIC_INLINE uint32_t | LL_I2S_IsEnabledIT_ERR (const SPI_TypeDef *SPIx) |
| 检查ERR中断是否使能。 | |
| __STATIC_INLINE uint32_t | LL_I2S_IsEnabledIT_RXNE (const SPI_TypeDef *SPIx) |
| 检查RXNE中断是否使能。 | |
| __STATIC_INLINE uint32_t | LL_I2S_IsEnabledIT_TXE (const SPI_TypeDef *SPIx) |
| 检查TXE中断是否使能。 | |
| __STATIC_INLINE void LL_I2S_DisableIT_ERR | ( | SPI_TypeDef * | SPIx | ) |
禁用错误中断。
| SPIx | SPI实例 |
| 无 |
定义于2095行,文件stm32g4xx_ll_spi.h。
| __STATIC_INLINE void LL_I2S_DisableIT_RXNE | ( | SPI_TypeDef * | SPIx | ) |
禁用接收缓冲区非空中断。
| SPIx | SPI实例 |
| 无 |
定义于2106行,文件stm32g4xx_ll_spi.h。
| __STATIC_INLINE void LL_I2S_DisableIT_TXE | ( | SPI_TypeDef * | SPIx | ) |
禁用发送缓冲区空中断。
| SPIx | SPI实例 |
| 无 |
定义于2117行,文件stm32g4xx_ll_spi.h。
| __STATIC_INLINE void LL_I2S_EnableIT_ERR | ( | SPI_TypeDef * | SPIx | ) |
使能错误中断。
| SPIx | SPI实例 |
| 无 |
定义于2061行,文件stm32g4xx_ll_spi.h。
| __STATIC_INLINE void LL_I2S_EnableIT_RXNE | ( | SPI_TypeDef * | SPIx | ) |
使能接收缓冲区非空中断。
| SPIx | SPI实例 |
| 无 |
定义于2072行,文件stm32g4xx_ll_spi.h。
| __STATIC_INLINE void LL_I2S_EnableIT_TXE | ( | SPI_TypeDef * | SPIx | ) |
使能发送缓冲区空中断。
| SPIx | SPI实例 |
| 无 |
定义于2083行,文件stm32g4xx_ll_spi.h。
| __STATIC_INLINE uint32_t LL_I2S_IsEnabledIT_ERR | ( | const SPI_TypeDef * | SPIx | ) |
检查ERR中断是否使能。
| SPIx | SPI实例 |
| 位状态 | (1或0)。 |
定义于2128行,文件stm32g4xx_ll_spi.h。
| __STATIC_INLINE uint32_t LL_I2S_IsEnabledIT_RXNE | ( | const SPI_TypeDef * | SPIx | ) |
检查RXNE中断是否使能。
| SPIx | SPI实例 |
| 位状态 | (1或0)。 |
定义于2139行,文件stm32g4xx_ll_spi.h。
| __STATIC_INLINE uint32_t LL_I2S_IsEnabledIT_TXE | ( | const SPI_TypeDef * | SPIx | ) |
检查TXE中断是否使能。
| SPIx | SPI实例 |
| 位状态 | (1或0)。 |
定义于2150行,文件stm32g4xx_ll_spi.h。
1.7.6.1