|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_RXNE (SPI_TypeDef *SPIx) |
| Check if Rx buffer is not empty SR RXNE LL_SPI_IsActiveFlag_RXNE. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_TXE (SPI_TypeDef *SPIx) |
| Check if Tx buffer is empty SR TXE LL_SPI_IsActiveFlag_TXE. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_CRCERR (SPI_TypeDef *SPIx) |
| Get CRC error flag SR CRCERR LL_SPI_IsActiveFlag_CRCERR. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_MODF (SPI_TypeDef *SPIx) |
| Get mode fault error flag SR MODF LL_SPI_IsActiveFlag_MODF. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_OVR (SPI_TypeDef *SPIx) |
| Get overrun error flag SR OVR LL_SPI_IsActiveFlag_OVR. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_BSY (SPI_TypeDef *SPIx) |
| Get busy flag. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_FRE (SPI_TypeDef *SPIx) |
| Get frame format error flag SR FRE LL_SPI_IsActiveFlag_FRE. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_GetRxFIFOLevel (SPI_TypeDef *SPIx) |
| Get FIFO reception Level SR FRLVL LL_SPI_GetRxFIFOLevel. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_GetTxFIFOLevel (SPI_TypeDef *SPIx) |
| Get FIFO Transmission Level SR FTLVL LL_SPI_GetTxFIFOLevel. More... | |
| __STATIC_INLINE void | LL_SPI_ClearFlag_CRCERR (SPI_TypeDef *SPIx) |
| Clear CRC error flag SR CRCERR LL_SPI_ClearFlag_CRCERR. More... | |
| __STATIC_INLINE void | LL_SPI_ClearFlag_MODF (SPI_TypeDef *SPIx) |
| Clear mode fault error flag. More... | |
| __STATIC_INLINE void | LL_SPI_ClearFlag_OVR (SPI_TypeDef *SPIx) |
| Clear overrun error flag. More... | |
| __STATIC_INLINE void | LL_SPI_ClearFlag_FRE (SPI_TypeDef *SPIx) |
| Clear frame format error flag. More... | |
| __STATIC_INLINE void LL_SPI_ClearFlag_CRCERR | ( | SPI_TypeDef * | SPIx | ) |
Clear CRC error flag SR CRCERR LL_SPI_ClearFlag_CRCERR.
| SPIx | SPI Instance |
| None |
Definition at line 1020 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_ClearFlag_FRE | ( | SPI_TypeDef * | SPIx | ) |
Clear frame format error flag.
| SPIx | SPI Instance |
| None |
Definition at line 1065 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_ClearFlag_MODF | ( | SPI_TypeDef * | SPIx | ) |
Clear mode fault error flag.
| SPIx | SPI Instance |
| None |
Definition at line 1033 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_ClearFlag_OVR | ( | SPI_TypeDef * | SPIx | ) |
Clear overrun error flag.
| SPIx | SPI Instance |
| None |
Definition at line 1049 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetRxFIFOLevel | ( | SPI_TypeDef * | SPIx | ) |
Get FIFO reception Level SR FRLVL LL_SPI_GetRxFIFOLevel.
| SPIx | SPI Instance |
| Returned | value can be one of the following values:
|
Definition at line 994 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetTxFIFOLevel | ( | SPI_TypeDef * | SPIx | ) |
Get FIFO Transmission Level SR FTLVL LL_SPI_GetTxFIFOLevel.
| SPIx | SPI Instance |
| Returned | value can be one of the following values:
|
Definition at line 1009 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_BSY | ( | SPI_TypeDef * | SPIx | ) |
Get busy flag.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 968 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_CRCERR | ( | SPI_TypeDef * | SPIx | ) |
Get CRC error flag SR CRCERR LL_SPI_IsActiveFlag_CRCERR.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 928 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_FRE | ( | SPI_TypeDef * | SPIx | ) |
Get frame format error flag SR FRE LL_SPI_IsActiveFlag_FRE.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 979 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_MODF | ( | SPI_TypeDef * | SPIx | ) |
Get mode fault error flag SR MODF LL_SPI_IsActiveFlag_MODF.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 939 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_OVR | ( | SPI_TypeDef * | SPIx | ) |
Get overrun error flag SR OVR LL_SPI_IsActiveFlag_OVR.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 950 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_RXNE | ( | SPI_TypeDef * | SPIx | ) |
Check if Rx buffer is not empty SR RXNE LL_SPI_IsActiveFlag_RXNE.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 906 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_TXE | ( | SPI_TypeDef * | SPIx | ) |
Check if Tx buffer is empty SR TXE LL_SPI_IsActiveFlag_TXE.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 917 of file stm32l4xx_ll_spi.h.