|
STM32L4xx_HAL_Driver
1.14.0
|
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. ISR RXBFF LL_SWPMI_IsActiveFlag_RXBF. More... | |
| __STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_TXBE (SWPMI_TypeDef *SWPMIx) |
| Check if Frame transmission buffer has been emptied ISR TXBEF LL_SWPMI_IsActiveFlag_TXBE. More... | |
| __STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_RXBER (SWPMI_TypeDef *SWPMIx) |
| Check if CRC error in reception has been detected ISR RXBERF LL_SWPMI_IsActiveFlag_RXBER. More... | |
| __STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_RXOVR (SWPMI_TypeDef *SWPMIx) |
| Check if Overrun in reception has been detected ISR RXOVRF LL_SWPMI_IsActiveFlag_RXOVR. More... | |
| __STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_TXUNR (SWPMI_TypeDef *SWPMIx) |
| Check if underrun error in transmission has been detected ISR TXUNRF LL_SWPMI_IsActiveFlag_TXUNR. More... | |
| __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) ISR RXNE LL_SWPMI_IsActiveFlag_RXNE. More... | |
| __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) ISR TXE LL_SWPMI_IsActiveFlag_TXE. More... | |
| __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 ISR TCF LL_SWPMI_IsActiveFlag_TC. More... | |
| __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 ISR SRF LL_SWPMI_IsActiveFlag_SR. More... | |
| __STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_SUSP (SWPMI_TypeDef *SWPMIx) |
| Check if SWP bus is in SUSPENDED or DEACTIVATED state ISR SUSP LL_SWPMI_IsActiveFlag_SUSP. More... | |
| __STATIC_INLINE uint32_t | LL_SWPMI_IsActiveFlag_DEACT (SWPMI_TypeDef *SWPMIx) |
| Check if SWP bus is in DEACTIVATED state ISR DEACTF LL_SWPMI_IsActiveFlag_DEACT. More... | |
| __STATIC_INLINE void | LL_SWPMI_ClearFlag_RXBF (SWPMI_TypeDef *SWPMIx) |
| Clear receive buffer full flag ICR CRXBFF LL_SWPMI_ClearFlag_RXBF. More... | |
| __STATIC_INLINE void | LL_SWPMI_ClearFlag_TXBE (SWPMI_TypeDef *SWPMIx) |
| Clear transmit buffer empty flag ICR CTXBEF LL_SWPMI_ClearFlag_TXBE. More... | |
| __STATIC_INLINE void | LL_SWPMI_ClearFlag_RXBER (SWPMI_TypeDef *SWPMIx) |
| Clear receive CRC error flag ICR CRXBERF LL_SWPMI_ClearFlag_RXBER. More... | |
| __STATIC_INLINE void | LL_SWPMI_ClearFlag_RXOVR (SWPMI_TypeDef *SWPMIx) |
| Clear receive overrun error flag ICR CRXOVRF LL_SWPMI_ClearFlag_RXOVR. More... | |
| __STATIC_INLINE void | LL_SWPMI_ClearFlag_TXUNR (SWPMI_TypeDef *SWPMIx) |
| Clear transmit underrun error flag ICR CTXUNRF LL_SWPMI_ClearFlag_TXUNR. More... | |
| __STATIC_INLINE void | LL_SWPMI_ClearFlag_TC (SWPMI_TypeDef *SWPMIx) |
| Clear transfer complete flag ICR CTCF LL_SWPMI_ClearFlag_TC. More... | |
| __STATIC_INLINE void | LL_SWPMI_ClearFlag_SR (SWPMI_TypeDef *SWPMIx) |
| Clear slave resume flag ICR CSRF LL_SWPMI_ClearFlag_SR. More... | |
| __STATIC_INLINE void LL_SWPMI_ClearFlag_RXBER | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear receive CRC error flag ICR CRXBERF LL_SWPMI_ClearFlag_RXBER.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 591 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_ClearFlag_RXBF | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear receive buffer full flag ICR CRXBFF LL_SWPMI_ClearFlag_RXBF.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 569 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_ClearFlag_RXOVR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear receive overrun error flag ICR CRXOVRF LL_SWPMI_ClearFlag_RXOVR.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 602 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_ClearFlag_SR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear slave resume flag ICR CSRF LL_SWPMI_ClearFlag_SR.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 635 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_ClearFlag_TC | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear transfer complete flag ICR CTCF LL_SWPMI_ClearFlag_TC.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 624 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_ClearFlag_TXBE | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear transmit buffer empty flag ICR CTXBEF LL_SWPMI_ClearFlag_TXBE.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 580 of file stm32l4xx_ll_swpmi.h.
| __STATIC_INLINE void LL_SWPMI_ClearFlag_TXUNR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Clear transmit underrun error flag ICR CTXUNRF LL_SWPMI_ClearFlag_TXUNR.
| SWPMIx | SWPMI Instance |
| None |
Definition at line 613 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 ISR DEACTF LL_SWPMI_IsActiveFlag_DEACT.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 558 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 ISR RXBERF LL_SWPMI_IsActiveFlag_RXBER.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 466 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. ISR RXBFF LL_SWPMI_IsActiveFlag_RXBF.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 444 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) ISR RXNE LL_SWPMI_IsActiveFlag_RXNE.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 500 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 ISR RXOVRF LL_SWPMI_IsActiveFlag_RXOVR.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 477 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 ISR SRF LL_SWPMI_IsActiveFlag_SR.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 536 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 ISR SUSP LL_SWPMI_IsActiveFlag_SUSP.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 547 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 ISR TCF LL_SWPMI_IsActiveFlag_TC.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 524 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 ISR TXBEF LL_SWPMI_IsActiveFlag_TXBE.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 455 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) ISR TXE LL_SWPMI_IsActiveFlag_TXE.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 512 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 ISR TXUNRF LL_SWPMI_IsActiveFlag_TXUNR.
| SWPMIx | SWPMI Instance |
| State | of bit (1 or 0). |
Definition at line 488 of file stm32l4xx_ll_swpmi.h.