STM32F4xx_HAL_Driver  1.8.3
+ Collaboration diagram for Interrupt Management:

Functions

__STATIC_INLINE void LL_SPI_EnableIT_ERR (SPI_TypeDef *SPIx)
 Enable error interrupt. More...
 
__STATIC_INLINE void LL_SPI_EnableIT_RXNE (SPI_TypeDef *SPIx)
 Enable Rx buffer not empty interrupt @rmtoll CR2 RXNEIE LL_SPI_EnableIT_RXNE. More...
 
__STATIC_INLINE void LL_SPI_EnableIT_TXE (SPI_TypeDef *SPIx)
 Enable Tx buffer empty interrupt @rmtoll CR2 TXEIE LL_SPI_EnableIT_TXE. More...
 
__STATIC_INLINE void LL_SPI_DisableIT_ERR (SPI_TypeDef *SPIx)
 Disable error interrupt. More...
 
__STATIC_INLINE void LL_SPI_DisableIT_RXNE (SPI_TypeDef *SPIx)
 Disable Rx buffer not empty interrupt @rmtoll CR2 RXNEIE LL_SPI_DisableIT_RXNE. More...
 
__STATIC_INLINE void LL_SPI_DisableIT_TXE (SPI_TypeDef *SPIx)
 Disable Tx buffer empty interrupt @rmtoll CR2 TXEIE LL_SPI_DisableIT_TXE. More...
 
__STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_ERR (const SPI_TypeDef *SPIx)
 Check if error interrupt is enabled @rmtoll CR2 ERRIE LL_SPI_IsEnabledIT_ERR. More...
 
__STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_RXNE (const SPI_TypeDef *SPIx)
 Check if Rx buffer not empty interrupt is enabled @rmtoll CR2 RXNEIE LL_SPI_IsEnabledIT_RXNE. More...
 
__STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_TXE (const SPI_TypeDef *SPIx)
 Check if Tx buffer empty interrupt @rmtoll CR2 TXEIE LL_SPI_IsEnabledIT_TXE. More...
 

Detailed Description

Function Documentation

◆ LL_SPI_DisableIT_ERR()

__STATIC_INLINE void LL_SPI_DisableIT_ERR ( SPI_TypeDef *  SPIx)

Disable error interrupt.

Note
This bit controls the generation of an interrupt when an error condition occurs (CRCERR, OVR, MODF in SPI mode, FRE at TI mode). @rmtoll CR2 ERRIE LL_SPI_DisableIT_ERR
Parameters
SPIxSPI Instance
Return values
None

Definition at line 916 of file stm32f4xx_ll_spi.h.

◆ LL_SPI_DisableIT_RXNE()

__STATIC_INLINE void LL_SPI_DisableIT_RXNE ( SPI_TypeDef *  SPIx)

Disable Rx buffer not empty interrupt @rmtoll CR2 RXNEIE LL_SPI_DisableIT_RXNE.

Parameters
SPIxSPI Instance
Return values
None

Definition at line 927 of file stm32f4xx_ll_spi.h.

◆ LL_SPI_DisableIT_TXE()

__STATIC_INLINE void LL_SPI_DisableIT_TXE ( SPI_TypeDef *  SPIx)

Disable Tx buffer empty interrupt @rmtoll CR2 TXEIE LL_SPI_DisableIT_TXE.

Parameters
SPIxSPI Instance
Return values
None

Definition at line 938 of file stm32f4xx_ll_spi.h.

◆ LL_SPI_EnableIT_ERR()

__STATIC_INLINE void LL_SPI_EnableIT_ERR ( SPI_TypeDef *  SPIx)

Enable error interrupt.

Note
This bit controls the generation of an interrupt when an error condition occurs (CRCERR, OVR, MODF in SPI mode, FRE at TI mode). @rmtoll CR2 ERRIE LL_SPI_EnableIT_ERR
Parameters
SPIxSPI Instance
Return values
None

Definition at line 882 of file stm32f4xx_ll_spi.h.

◆ LL_SPI_EnableIT_RXNE()

__STATIC_INLINE void LL_SPI_EnableIT_RXNE ( SPI_TypeDef *  SPIx)

Enable Rx buffer not empty interrupt @rmtoll CR2 RXNEIE LL_SPI_EnableIT_RXNE.

Parameters
SPIxSPI Instance
Return values
None

Definition at line 893 of file stm32f4xx_ll_spi.h.

◆ LL_SPI_EnableIT_TXE()

__STATIC_INLINE void LL_SPI_EnableIT_TXE ( SPI_TypeDef *  SPIx)

Enable Tx buffer empty interrupt @rmtoll CR2 TXEIE LL_SPI_EnableIT_TXE.

Parameters
SPIxSPI Instance
Return values
None

Definition at line 904 of file stm32f4xx_ll_spi.h.

◆ LL_SPI_IsEnabledIT_ERR()

__STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_ERR ( const SPI_TypeDef *  SPIx)

Check if error interrupt is enabled @rmtoll CR2 ERRIE LL_SPI_IsEnabledIT_ERR.

Parameters
SPIxSPI Instance
Return values
Stateof bit (1 or 0).

Definition at line 949 of file stm32f4xx_ll_spi.h.

◆ LL_SPI_IsEnabledIT_RXNE()

__STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_RXNE ( const SPI_TypeDef *  SPIx)

Check if Rx buffer not empty interrupt is enabled @rmtoll CR2 RXNEIE LL_SPI_IsEnabledIT_RXNE.

Parameters
SPIxSPI Instance
Return values
Stateof bit (1 or 0).

Definition at line 960 of file stm32f4xx_ll_spi.h.

◆ LL_SPI_IsEnabledIT_TXE()

__STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_TXE ( const SPI_TypeDef *  SPIx)

Check if Tx buffer empty interrupt @rmtoll CR2 TXEIE LL_SPI_IsEnabledIT_TXE.

Parameters
SPIxSPI Instance
Return values
Stateof bit (1 or 0).

Definition at line 971 of file stm32f4xx_ll_spi.h.