STM32L486xx HAL User Manual
Functions
IT_Management
SWPMI Exported Functions

Functions

__STATIC_INLINE void LL_SWPMI_EnableIT_SR (SWPMI_TypeDef *SWPMIx)
 Enable Slave resume interrupt.
__STATIC_INLINE void LL_SWPMI_EnableIT_TC (SWPMI_TypeDef *SWPMIx)
 Enable Transmit complete interrupt.
__STATIC_INLINE void LL_SWPMI_EnableIT_TX (SWPMI_TypeDef *SWPMIx)
 Enable Transmit interrupt.
__STATIC_INLINE void LL_SWPMI_EnableIT_RX (SWPMI_TypeDef *SWPMIx)
 Enable Receive interrupt.
__STATIC_INLINE void LL_SWPMI_EnableIT_TXUNR (SWPMI_TypeDef *SWPMIx)
 Enable Transmit underrun error interrupt.
__STATIC_INLINE void LL_SWPMI_EnableIT_RXOVR (SWPMI_TypeDef *SWPMIx)
 Enable Receive overrun error interrupt.
__STATIC_INLINE void LL_SWPMI_EnableIT_RXBER (SWPMI_TypeDef *SWPMIx)
 Enable Receive CRC error interrupt.
__STATIC_INLINE void LL_SWPMI_EnableIT_TXBE (SWPMI_TypeDef *SWPMIx)
 Enable Transmit buffer empty interrupt.
__STATIC_INLINE void LL_SWPMI_EnableIT_RXBF (SWPMI_TypeDef *SWPMIx)
 Enable Receive buffer full interrupt.
__STATIC_INLINE void LL_SWPMI_DisableIT_SR (SWPMI_TypeDef *SWPMIx)
 Disable Slave resume interrupt.
__STATIC_INLINE void LL_SWPMI_DisableIT_TC (SWPMI_TypeDef *SWPMIx)
 Disable Transmit complete interrupt.
__STATIC_INLINE void LL_SWPMI_DisableIT_TX (SWPMI_TypeDef *SWPMIx)
 Disable Transmit interrupt.
__STATIC_INLINE void LL_SWPMI_DisableIT_RX (SWPMI_TypeDef *SWPMIx)
 Disable Receive interrupt.
__STATIC_INLINE void LL_SWPMI_DisableIT_TXUNR (SWPMI_TypeDef *SWPMIx)
 Disable Transmit underrun error interrupt.
__STATIC_INLINE void LL_SWPMI_DisableIT_RXOVR (SWPMI_TypeDef *SWPMIx)
 Disable Receive overrun error interrupt.
__STATIC_INLINE void LL_SWPMI_DisableIT_RXBER (SWPMI_TypeDef *SWPMIx)
 Disable Receive CRC error interrupt.
__STATIC_INLINE void LL_SWPMI_DisableIT_TXBE (SWPMI_TypeDef *SWPMIx)
 Disable Transmit buffer empty interrupt.
__STATIC_INLINE void LL_SWPMI_DisableIT_RXBF (SWPMI_TypeDef *SWPMIx)
 Disable Receive buffer full interrupt.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_SR (SWPMI_TypeDef *SWPMIx)
 Check if Slave resume interrupt is enabled.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_TC (SWPMI_TypeDef *SWPMIx)
 Check if Transmit complete interrupt is enabled.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_TX (SWPMI_TypeDef *SWPMIx)
 Check if Transmit interrupt is enabled.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_RX (SWPMI_TypeDef *SWPMIx)
 Check if Receive interrupt is enabled.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_TXUNR (SWPMI_TypeDef *SWPMIx)
 Check if Transmit underrun error interrupt is enabled.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_RXOVR (SWPMI_TypeDef *SWPMIx)
 Check if Receive overrun error interrupt is enabled.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_RXBER (SWPMI_TypeDef *SWPMIx)
 Check if Receive CRC error interrupt is enabled.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_TXBE (SWPMI_TypeDef *SWPMIx)
 Check if Transmit buffer empty interrupt is enabled.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_RXBF (SWPMI_TypeDef *SWPMIx)
 Check if Receive buffer full interrupt is enabled.

Function Documentation

__STATIC_INLINE void LL_SWPMI_DisableIT_RX ( SWPMI_TypeDef *  SWPMIx)

Disable Receive interrupt.

Reference Manual to LL API cross reference:
IER RIE LL_SWPMI_DisableIT_RX
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 802 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_DisableIT_RXBER ( SWPMI_TypeDef *  SWPMIx)

Disable Receive CRC error interrupt.

Reference Manual to LL API cross reference:
IER RXBERIE LL_SWPMI_DisableIT_RXBER
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 835 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_DisableIT_RXBF ( SWPMI_TypeDef *  SWPMIx)

Disable Receive buffer full interrupt.

Reference Manual to LL API cross reference:
IER RXBFIE LL_SWPMI_DisableIT_RXBF
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 857 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_DisableIT_RXOVR ( SWPMI_TypeDef *  SWPMIx)

Disable Receive overrun error interrupt.

Reference Manual to LL API cross reference:
IER RXOVRIE LL_SWPMI_DisableIT_RXOVR
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 824 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_DisableIT_SR ( SWPMI_TypeDef *  SWPMIx)

Disable Slave resume interrupt.

Reference Manual to LL API cross reference:
IER SRIE LL_SWPMI_DisableIT_SR
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 769 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_DisableIT_TC ( SWPMI_TypeDef *  SWPMIx)

Disable Transmit complete interrupt.

Reference Manual to LL API cross reference:
IER TCIE LL_SWPMI_DisableIT_TC
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 780 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_DisableIT_TX ( SWPMI_TypeDef *  SWPMIx)

Disable Transmit interrupt.

Reference Manual to LL API cross reference:
IER TIE LL_SWPMI_DisableIT_TX
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 791 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_DisableIT_TXBE ( SWPMI_TypeDef *  SWPMIx)

Disable Transmit buffer empty interrupt.

Reference Manual to LL API cross reference:
IER TXBEIE LL_SWPMI_DisableIT_TXBE
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 846 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_DisableIT_TXUNR ( SWPMI_TypeDef *  SWPMIx)

Disable Transmit underrun error interrupt.

Reference Manual to LL API cross reference:
IER TXUNRIE LL_SWPMI_DisableIT_TXUNR
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 813 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_EnableIT_RX ( SWPMI_TypeDef *  SWPMIx)

Enable Receive interrupt.

Reference Manual to LL API cross reference:
IER RIE LL_SWPMI_EnableIT_RX
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 703 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_EnableIT_RXBER ( SWPMI_TypeDef *  SWPMIx)

Enable Receive CRC error interrupt.

Reference Manual to LL API cross reference:
IER RXBERIE LL_SWPMI_EnableIT_RXBER
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 736 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_EnableIT_RXBF ( SWPMI_TypeDef *  SWPMIx)

Enable Receive buffer full interrupt.

Reference Manual to LL API cross reference:
IER RXBFIE LL_SWPMI_EnableIT_RXBF
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 758 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_EnableIT_RXOVR ( SWPMI_TypeDef *  SWPMIx)

Enable Receive overrun error interrupt.

Reference Manual to LL API cross reference:
IER RXOVRIE LL_SWPMI_EnableIT_RXOVR
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 725 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_EnableIT_SR ( SWPMI_TypeDef *  SWPMIx)

Enable Slave resume interrupt.

Reference Manual to LL API cross reference:
IER SRIE LL_SWPMI_EnableIT_SR
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 670 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_EnableIT_TC ( SWPMI_TypeDef *  SWPMIx)

Enable Transmit complete interrupt.

Reference Manual to LL API cross reference:
IER TCIE LL_SWPMI_EnableIT_TC
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 681 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_EnableIT_TX ( SWPMI_TypeDef *  SWPMIx)

Enable Transmit interrupt.

Reference Manual to LL API cross reference:
IER TIE LL_SWPMI_EnableIT_TX
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 692 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_EnableIT_TXBE ( SWPMI_TypeDef *  SWPMIx)

Enable Transmit buffer empty interrupt.

Reference Manual to LL API cross reference:
IER TXBEIE LL_SWPMI_EnableIT_TXBE
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 747 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE void LL_SWPMI_EnableIT_TXUNR ( SWPMI_TypeDef *  SWPMIx)

Enable Transmit underrun error interrupt.

Reference Manual to LL API cross reference:
IER TXUNRIE LL_SWPMI_EnableIT_TXUNR
Parameters:
SWPMIxSWPMI Instance
Return values:
None

Definition at line 714 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_RX ( SWPMI_TypeDef *  SWPMIx)

Check if Receive interrupt is enabled.

Reference Manual to LL API cross reference:
IER RIE LL_SWPMI_IsEnabledIT_RX
Parameters:
SWPMIxSWPMI Instance
Return values:
Stateof bit (1 or 0).

Definition at line 901 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_RXBER ( SWPMI_TypeDef *  SWPMIx)

Check if Receive CRC error interrupt is enabled.

Reference Manual to LL API cross reference:
IER RXBERIE LL_SWPMI_IsEnabledIT_RXBER
Parameters:
SWPMIxSWPMI Instance
Return values:
Stateof bit (1 or 0).

Definition at line 934 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_RXBF ( SWPMI_TypeDef *  SWPMIx)

Check if Receive buffer full interrupt is enabled.

Reference Manual to LL API cross reference:
IER RXBFIE LL_SWPMI_IsEnabledIT_RXBF
Parameters:
SWPMIxSWPMI Instance
Return values:
Stateof bit (1 or 0).

Definition at line 956 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_RXOVR ( SWPMI_TypeDef *  SWPMIx)

Check if Receive overrun error interrupt is enabled.

Reference Manual to LL API cross reference:
IER RXOVRIE LL_SWPMI_IsEnabledIT_RXOVR
Parameters:
SWPMIxSWPMI Instance
Return values:
Stateof bit (1 or 0).

Definition at line 923 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_SR ( SWPMI_TypeDef *  SWPMIx)

Check if Slave resume interrupt is enabled.

Reference Manual to LL API cross reference:
IER SRIE LL_SWPMI_IsEnabledIT_SR
Parameters:
SWPMIxSWPMI Instance
Return values:
Stateof bit (1 or 0).

Definition at line 868 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_TC ( SWPMI_TypeDef *  SWPMIx)

Check if Transmit complete interrupt is enabled.

Reference Manual to LL API cross reference:
IER TCIE LL_SWPMI_IsEnabledIT_TC
Parameters:
SWPMIxSWPMI Instance
Return values:
Stateof bit (1 or 0).

Definition at line 879 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_TX ( SWPMI_TypeDef *  SWPMIx)

Check if Transmit interrupt is enabled.

Reference Manual to LL API cross reference:
IER TIE LL_SWPMI_IsEnabledIT_TX
Parameters:
SWPMIxSWPMI Instance
Return values:
Stateof bit (1 or 0).

Definition at line 890 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_TXBE ( SWPMI_TypeDef *  SWPMIx)

Check if Transmit buffer empty interrupt is enabled.

Reference Manual to LL API cross reference:
IER TXBEIE LL_SWPMI_IsEnabledIT_TXBE
Parameters:
SWPMIxSWPMI Instance
Return values:
Stateof bit (1 or 0).

Definition at line 945 of file stm32l4xx_ll_swpmi.h.

__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_TXUNR ( SWPMI_TypeDef *  SWPMIx)

Check if Transmit underrun error interrupt is enabled.

Reference Manual to LL API cross reference:
IER TXUNRIE LL_SWPMI_IsEnabledIT_TXUNR
Parameters:
SWPMIxSWPMI Instance
Return values:
Stateof bit (1 or 0).

Definition at line 912 of file stm32l4xx_ll_swpmi.h.