STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_RXNE (SPI_TypeDef *SPIx) |
Check if Rx buffer is not empty. | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_TXE (SPI_TypeDef *SPIx) |
Check if Tx buffer is empty. | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_CRCERR (SPI_TypeDef *SPIx) |
Get CRC error flag. | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_MODF (SPI_TypeDef *SPIx) |
Get mode fault error flag. | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_OVR (SPI_TypeDef *SPIx) |
Get overrun error flag. | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_BSY (SPI_TypeDef *SPIx) |
Get busy flag. | |
__STATIC_INLINE uint32_t | LL_SPI_IsActiveFlag_FRE (SPI_TypeDef *SPIx) |
Get frame format error flag. | |
__STATIC_INLINE uint32_t | LL_SPI_GetRxFIFOLevel (SPI_TypeDef *SPIx) |
Get FIFO reception Level. | |
__STATIC_INLINE uint32_t | LL_SPI_GetTxFIFOLevel (SPI_TypeDef *SPIx) |
Get FIFO Transmission Level. | |
__STATIC_INLINE void | LL_SPI_ClearFlag_CRCERR (SPI_TypeDef *SPIx) |
Clear CRC error flag. | |
__STATIC_INLINE void | LL_SPI_ClearFlag_MODF (SPI_TypeDef *SPIx) |
Clear mode fault error flag. | |
__STATIC_INLINE void | LL_SPI_ClearFlag_OVR (SPI_TypeDef *SPIx) |
Clear overrun error flag. | |
__STATIC_INLINE void | LL_SPI_ClearFlag_FRE (SPI_TypeDef *SPIx) |
Clear frame format error flag. |
__STATIC_INLINE void LL_SPI_ClearFlag_CRCERR | ( | SPI_TypeDef * | SPIx | ) |
Clear CRC error flag.
SPIx | SPI Instance |
None |
Definition at line 1019 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 1064 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 1032 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 1048 of file stm32l4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_GetRxFIFOLevel | ( | SPI_TypeDef * | SPIx | ) |
Get FIFO reception Level.
SPIx | SPI Instance |
Returned | value can be one of the following values: |
Definition at line 993 of file stm32l4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_GetTxFIFOLevel | ( | SPI_TypeDef * | SPIx | ) |
Get FIFO Transmission Level.
SPIx | SPI Instance |
Returned | value can be one of the following values: |
Definition at line 1008 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 967 of file stm32l4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_CRCERR | ( | SPI_TypeDef * | SPIx | ) |
Get CRC error flag.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 927 of file stm32l4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_FRE | ( | SPI_TypeDef * | SPIx | ) |
Get frame format error flag.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 978 of file stm32l4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_MODF | ( | SPI_TypeDef * | SPIx | ) |
Get mode fault error flag.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 938 of file stm32l4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_OVR | ( | SPI_TypeDef * | SPIx | ) |
Get overrun error flag.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 949 of file stm32l4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_RXNE | ( | SPI_TypeDef * | SPIx | ) |
Check if Rx buffer is not empty.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 905 of file stm32l4xx_ll_spi.h.
__STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_TXE | ( | SPI_TypeDef * | SPIx | ) |
Check if Tx buffer is empty.
SPIx | SPI Instance |
State | of bit (1 or 0). |
Definition at line 916 of file stm32l4xx_ll_spi.h.