Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
IT_Management
[SPI Exported Functions]
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:
-
SPIx SPI 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:
-
SPIx SPI 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:
-
SPIx SPI 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:
-
SPIx SPI 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:
-
SPIx SPI 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:
-
SPIx SPI 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:
-
SPIx SPI Instance
- Return values:
-
State of 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:
-
SPIx SPI Instance
- Return values:
-
State of 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:
-
SPIx SPI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1169 of file stm32l4xx_ll_spi.h.
Generated on Tue Jul 12 2022 11:35:26 by
