STM32L443xx HAL User Manual
|
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. |
__STATIC_INLINE void LL_SWPMI_DisableIT_RX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable Receive interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 785 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_DisableIT_RXBER | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable Receive CRC error interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 818 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_DisableIT_RXBF | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable Receive buffer full interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 840 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_DisableIT_RXOVR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable Receive overrun error interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 807 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_DisableIT_SR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable Slave resume interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 752 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_DisableIT_TC | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable Transmit complete interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 763 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_DisableIT_TX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable Transmit interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 774 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_DisableIT_TXBE | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable Transmit buffer empty interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 829 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_DisableIT_TXUNR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable Transmit underrun error interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 796 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableIT_RX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable Receive interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 686 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableIT_RXBER | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable Receive CRC error interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 719 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableIT_RXBF | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable Receive buffer full interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 741 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableIT_RXOVR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable Receive overrun error interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 708 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableIT_SR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable Slave resume interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 653 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableIT_TC | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable Transmit complete interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 664 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableIT_TX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable Transmit interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 675 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableIT_TXBE | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable Transmit buffer empty interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 730 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableIT_TXUNR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable Transmit underrun error interrupt.
SWPMIx | SWPMI Instance |
None |
Definition at line 697 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_RX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if Receive interrupt is enabled.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 884 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.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 917 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.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 939 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.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 906 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_SR | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if Slave resume interrupt is enabled.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 851 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_TC | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if Transmit complete interrupt is enabled.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 862 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledIT_TX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if Transmit interrupt is enabled.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 873 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.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 928 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.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
Definition at line 895 of file stm32l4xx_ll_swpmi.h.