STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_RXBF (SWPMI_TypeDef *SWPMIx) |
Check if the last word of the frame under reception has arrived in SWPMI_RDR. | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_TXBE (SWPMI_TypeDef *SWPMIx) |
Check if Frame transmission buffer has been emptied. | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_RXBER (SWPMI_TypeDef *SWPMIx) |
Check if CRC error in reception has been detected. | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_RXOVR (SWPMI_TypeDef *SWPMIx) |
Check if Overrun in reception has been detected. | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_TXUNR (SWPMI_TypeDef *SWPMIx) |
Check if underrun error in transmission has been detected. | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_RXNE (SWPMI_TypeDef *SWPMIx) |
Check if Receive data register not empty (it means that Received data is ready to be read in the SWPMI_RDR register) | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_TXE (SWPMI_TypeDef *SWPMIx) |
Check if Transmit data register is empty (it means that Data written in transmit data register SWPMI_TDR has been transmitted and SWPMI_TDR can be written to again) | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_TC (SWPMI_TypeDef *SWPMIx) |
Check if Both transmission and reception are completed and SWP is switched to the SUSPENDED state. | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_SR (SWPMI_TypeDef *SWPMIx) |
Check if a Resume by slave state has been detected during the SWP bus SUSPENDED state. | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_SUSP (SWPMI_TypeDef *SWPMIx) |
Check if SWP bus is in SUSPENDED or DEACTIVATED state. | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_DEACT (SWPMI_TypeDef *SWPMIx) |
Check if SWP bus is in DEACTIVATED state. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_RXBF (SWPMI_TypeDef *SWPMIx) |
Clear receive buffer full flag. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_TXBE (SWPMI_TypeDef *SWPMIx) |
Clear transmit buffer empty flag. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_RXBER (SWPMI_TypeDef *SWPMIx) |
Clear receive CRC error flag. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_RXOVR (SWPMI_TypeDef *SWPMIx) |
Clear receive overrun error flag. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_TXUNR (SWPMI_TypeDef *SWPMIx) |
Clear transmit underrun error flag. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_TC (SWPMI_TypeDef *SWPMIx) |
Clear transfer complete flag. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_SR (SWPMI_TypeDef *SWPMIx) |
Clear slave resume flag. |
__STATIC_INLINE void LL_SWPMI_ClearFlag_RXBER | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear receive CRC error flag.
SWPMIx | SWPMI Instance |
None |
Definition at line 590 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_ClearFlag_RXBF | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear receive buffer full flag.
SWPMIx | SWPMI Instance |
None |
Definition at line 568 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_ClearFlag_RXOVR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear receive overrun error flag.
SWPMIx | SWPMI Instance |
None |
Definition at line 601 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_ClearFlag_SR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear slave resume flag.
SWPMIx | SWPMI Instance |
None |
Definition at line 634 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_ClearFlag_TC | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear transfer complete flag.
SWPMIx | SWPMI Instance |
None |
Definition at line 623 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_ClearFlag_TXBE | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear transmit buffer empty flag.
SWPMIx | SWPMI Instance |
None |
Definition at line 579 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_ClearFlag_TXUNR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear transmit underrun error flag.
SWPMIx | SWPMI Instance |
None |
Definition at line 612 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsActiveFlag_DEACT | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if SWP bus is in DEACTIVATED state.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 557 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsActiveFlag_RXBER | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if CRC error in reception has been detected.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 465 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsActiveFlag_RXBF | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if the last word of the frame under reception has arrived in SWPMI_RDR.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 443 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsActiveFlag_RXNE | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if Receive data register not empty (it means that Received data is ready to be read in the SWPMI_RDR register)
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 499 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsActiveFlag_RXOVR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if Overrun in reception has been detected.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 476 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsActiveFlag_SR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if a Resume by slave state has been detected during the SWP bus SUSPENDED state.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 535 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsActiveFlag_SUSP | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if SWP bus is in SUSPENDED or DEACTIVATED state.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 546 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsActiveFlag_TC | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if Both transmission and reception are completed and SWP is switched to the SUSPENDED state.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 523 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsActiveFlag_TXBE | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if Frame transmission buffer has been emptied.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 454 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsActiveFlag_TXE | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if Transmit data register is empty (it means that Data written in transmit data register SWPMI_TDR has been transmitted and SWPMI_TDR can be written to again)
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 511 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsActiveFlag_TXUNR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if underrun error in transmission has been detected.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 487 of file stm32l4xx_ll_swpmi.h.