Dependents:   BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo

Fork of STM32L4xx_HAL_Driver by Senior Design: Sound Monitor

Embed: (wiki syntax)

« Back to documentation index

IT_Management

Functions

__STATIC_INLINE void LL_SPI_EnableIT_ERR (SPI_TypeDef *SPIx)
 Enable Error IT.
__STATIC_INLINE void LL_SPI_EnableIT_RXNE (SPI_TypeDef *SPIx)
 Enable Rx buffer not empty IT CR2 RXNEIE LL_SPI_EnableIT_RXNE.
__STATIC_INLINE void LL_SPI_EnableIT_TXE (SPI_TypeDef *SPIx)
 Enable Tx buffer empty IT CR2 TXEIE LL_SPI_EnableIT_TXE.
__STATIC_INLINE void LL_SPI_DisableIT_ERR (SPI_TypeDef *SPIx)
 Disable Error IT.
__STATIC_INLINE void LL_SPI_DisableIT_RXNE (SPI_TypeDef *SPIx)
 Disable Rx buffer not empty IT CR2 RXNEIE LL_SPI_DisableIT_RXNE.
__STATIC_INLINE void LL_SPI_DisableIT_TXE (SPI_TypeDef *SPIx)
 Disable Tx buffer empty IT CR2 TXEIE LL_SPI_DisableIT_TXE.
__STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_ERR (SPI_TypeDef *SPIx)
 Check if ERR IT is enabled CR2 ERRIE LL_SPI_IsEnabledIT_ERR.
__STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_RXNE (SPI_TypeDef *SPIx)
 Check if RXNE IT is enabled CR2 RXNEIE LL_SPI_IsEnabledIT_RXNE.
__STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_TXE (SPI_TypeDef *SPIx)
 Check if TXE IT is enabled CR2 TXEIE LL_SPI_IsEnabledIT_TXE.

Function Documentation

__STATIC_INLINE void LL_SPI_DisableIT_ERR ( SPI_TypeDef *  SPIx )

Disable Error IT.

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

Definition at line 1114 of file stm32l4xx_ll_spi.h.

__STATIC_INLINE void LL_SPI_DisableIT_RXNE ( SPI_TypeDef *  SPIx )

Disable Rx buffer not empty IT CR2 RXNEIE LL_SPI_DisableIT_RXNE.

Parameters:
SPIxSPI Instance
Return values:
None

Definition at line 1125 of file stm32l4xx_ll_spi.h.

__STATIC_INLINE void LL_SPI_DisableIT_TXE ( SPI_TypeDef *  SPIx )

Disable Tx buffer empty IT CR2 TXEIE LL_SPI_DisableIT_TXE.

Parameters:
SPIxSPI Instance
Return values:
None

Definition at line 1136 of file stm32l4xx_ll_spi.h.

__STATIC_INLINE void LL_SPI_EnableIT_ERR ( SPI_TypeDef *  SPIx )

Enable Error IT.

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

Definition at line 1080 of file stm32l4xx_ll_spi.h.

__STATIC_INLINE void LL_SPI_EnableIT_RXNE ( SPI_TypeDef *  SPIx )

Enable Rx buffer not empty IT CR2 RXNEIE LL_SPI_EnableIT_RXNE.

Parameters:
SPIxSPI Instance
Return values:
None

Definition at line 1091 of file stm32l4xx_ll_spi.h.

__STATIC_INLINE void LL_SPI_EnableIT_TXE ( SPI_TypeDef *  SPIx )

Enable Tx buffer empty IT CR2 TXEIE LL_SPI_EnableIT_TXE.

Parameters:
SPIxSPI Instance
Return values:
None

Definition at line 1102 of file stm32l4xx_ll_spi.h.

__STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_ERR ( SPI_TypeDef *  SPIx )

Check if ERR IT is enabled CR2 ERRIE LL_SPI_IsEnabledIT_ERR.

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

Definition at line 1147 of file stm32l4xx_ll_spi.h.

__STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_RXNE ( SPI_TypeDef *  SPIx )

Check if RXNE IT is enabled CR2 RXNEIE LL_SPI_IsEnabledIT_RXNE.

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

Definition at line 1158 of file stm32l4xx_ll_spi.h.

__STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_TXE ( SPI_TypeDef *  SPIx )

Check if TXE IT is enabled CR2 TXEIE LL_SPI_IsEnabledIT_TXE.

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

Definition at line 1169 of file stm32l4xx_ll_spi.h.