Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
FLAG_Management
[SWPMI Exported Functions]
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 ISR TXBEF LL_SWPMI_IsActiveFlag_TXBE. | |
__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. | |
__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. | |
__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. | |
__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. | |
__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. | |
__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. | |
__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. | |
__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. | |
__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. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_RXBF (SWPMI_TypeDef *SWPMIx) |
Clear receive buffer full flag ICR CRXBFF LL_SWPMI_ClearFlag_RXBF. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_TXBE (SWPMI_TypeDef *SWPMIx) |
Clear transmit buffer empty flag ICR CTXBEF LL_SWPMI_ClearFlag_TXBE. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_RXBER (SWPMI_TypeDef *SWPMIx) |
Clear receive CRC error flag ICR CRXBERF LL_SWPMI_ClearFlag_RXBER. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_RXOVR (SWPMI_TypeDef *SWPMIx) |
Clear receive overrun error flag ICR CRXOVRF LL_SWPMI_ClearFlag_RXOVR. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_TXUNR (SWPMI_TypeDef *SWPMIx) |
Clear transmit underrun error flag ICR CTXUNRF LL_SWPMI_ClearFlag_TXUNR. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_TC (SWPMI_TypeDef *SWPMIx) |
Clear transfer complete flag ICR CTCF LL_SWPMI_ClearFlag_TC. | |
__STATIC_INLINE void | LL_SWPMI_ClearFlag_SR (SWPMI_TypeDef *SWPMIx) |
Clear slave resume flag ICR CSRF LL_SWPMI_ClearFlag_SR. |
Function Documentation
__STATIC_INLINE void LL_SWPMI_ClearFlag_RXBER | ( | SWPMI_TypeDef * | SWPMIx ) |
Clear receive CRC error flag ICR CRXBERF LL_SWPMI_ClearFlag_RXBER.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
None
Definition at line 609 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
None
Definition at line 587 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
None
Definition at line 620 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
None
Definition at line 653 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
None
Definition at line 642 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
None
Definition at line 598 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
None
Definition at line 631 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 576 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 484 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
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 462 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 518 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 495 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 554 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 565 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 542 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 473 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 530 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.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 506 of file stm32l4xx_ll_swpmi.h.
Generated on Tue Jul 12 2022 17:38:58 by
