STM32F103xB HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_USART_EnableIT_IDLE (USART_TypeDef *USARTx) |
Enable IDLE Interrupt. | |
__STATIC_INLINE void | LL_USART_EnableIT_RXNE (USART_TypeDef *USARTx) |
Enable RX Not Empty Interrupt. | |
__STATIC_INLINE void | LL_USART_EnableIT_TC (USART_TypeDef *USARTx) |
Enable Transmission Complete Interrupt. | |
__STATIC_INLINE void | LL_USART_EnableIT_TXE (USART_TypeDef *USARTx) |
Enable TX Empty Interrupt. | |
__STATIC_INLINE void | LL_USART_EnableIT_PE (USART_TypeDef *USARTx) |
Enable Parity Error Interrupt. | |
__STATIC_INLINE void | LL_USART_EnableIT_LBD (USART_TypeDef *USARTx) |
Enable LIN Break Detection Interrupt. | |
__STATIC_INLINE void | LL_USART_EnableIT_ERROR (USART_TypeDef *USARTx) |
Enable Error Interrupt. | |
__STATIC_INLINE void | LL_USART_EnableIT_CTS (USART_TypeDef *USARTx) |
Enable CTS Interrupt. | |
__STATIC_INLINE void | LL_USART_DisableIT_IDLE (USART_TypeDef *USARTx) |
Disable IDLE Interrupt. | |
__STATIC_INLINE void | LL_USART_DisableIT_RXNE (USART_TypeDef *USARTx) |
Disable RX Not Empty Interrupt. | |
__STATIC_INLINE void | LL_USART_DisableIT_TC (USART_TypeDef *USARTx) |
Disable Transmission Complete Interrupt. | |
__STATIC_INLINE void | LL_USART_DisableIT_TXE (USART_TypeDef *USARTx) |
Disable TX Empty Interrupt. | |
__STATIC_INLINE void | LL_USART_DisableIT_PE (USART_TypeDef *USARTx) |
Disable Parity Error Interrupt. | |
__STATIC_INLINE void | LL_USART_DisableIT_LBD (USART_TypeDef *USARTx) |
Disable LIN Break Detection Interrupt. | |
__STATIC_INLINE void | LL_USART_DisableIT_ERROR (USART_TypeDef *USARTx) |
Disable Error Interrupt. | |
__STATIC_INLINE void | LL_USART_DisableIT_CTS (USART_TypeDef *USARTx) |
Disable CTS Interrupt. | |
__STATIC_INLINE uint32_t | LL_USART_IsEnabledIT_IDLE (USART_TypeDef *USARTx) |
Check if the USART IDLE Interrupt source is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_USART_IsEnabledIT_RXNE (USART_TypeDef *USARTx) |
Check if the USART RX Not Empty Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_USART_IsEnabledIT_TC (USART_TypeDef *USARTx) |
Check if the USART Transmission Complete Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_USART_IsEnabledIT_TXE (USART_TypeDef *USARTx) |
Check if the USART TX Empty Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_USART_IsEnabledIT_PE (USART_TypeDef *USARTx) |
Check if the USART Parity Error Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_USART_IsEnabledIT_LBD (USART_TypeDef *USARTx) |
Check if the USART LIN Break Detection Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_USART_IsEnabledIT_ERROR (USART_TypeDef *USARTx) |
Check if the USART Error Interrupt is enabled or disabled. | |
__STATIC_INLINE uint32_t | LL_USART_IsEnabledIT_CTS (USART_TypeDef *USARTx) |
Check if the USART CTS Interrupt is enabled or disabled. |
__STATIC_INLINE void LL_USART_DisableIT_CTS | ( | USART_TypeDef * | USARTx | ) |
Disable CTS Interrupt.
USARTx | USART Instance |
None |
Definition at line 2252 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_DisableIT_ERROR | ( | USART_TypeDef * | USARTx | ) |
Disable Error Interrupt.
USARTx | USART Instance |
None |
Definition at line 2239 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_DisableIT_IDLE | ( | USART_TypeDef * | USARTx | ) |
Disable IDLE Interrupt.
USARTx | USART Instance |
None |
Definition at line 2167 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_DisableIT_LBD | ( | USART_TypeDef * | USARTx | ) |
Disable LIN Break Detection Interrupt.
USARTx | USART Instance |
None |
Definition at line 2224 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_DisableIT_PE | ( | USART_TypeDef * | USARTx | ) |
Disable Parity Error Interrupt.
USARTx | USART Instance |
None |
Definition at line 2211 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_DisableIT_RXNE | ( | USART_TypeDef * | USARTx | ) |
Disable RX Not Empty Interrupt.
USARTx | USART Instance |
None |
Definition at line 2178 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_DisableIT_TC | ( | USART_TypeDef * | USARTx | ) |
Disable Transmission Complete Interrupt.
USARTx | USART Instance |
None |
Definition at line 2189 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_DisableIT_TXE | ( | USART_TypeDef * | USARTx | ) |
Disable TX Empty Interrupt.
USARTx | USART Instance |
None |
Definition at line 2200 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableIT_CTS | ( | USART_TypeDef * | USARTx | ) |
Enable CTS Interrupt.
USARTx | USART Instance |
None |
Definition at line 2156 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableIT_ERROR | ( | USART_TypeDef * | USARTx | ) |
Enable Error Interrupt.
USARTx | USART Instance |
None |
Definition at line 2143 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableIT_IDLE | ( | USART_TypeDef * | USARTx | ) |
Enable IDLE Interrupt.
USARTx | USART Instance |
None |
Definition at line 2071 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableIT_LBD | ( | USART_TypeDef * | USARTx | ) |
Enable LIN Break Detection Interrupt.
USARTx | USART Instance |
None |
Definition at line 2128 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableIT_PE | ( | USART_TypeDef * | USARTx | ) |
Enable Parity Error Interrupt.
USARTx | USART Instance |
None |
Definition at line 2115 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableIT_RXNE | ( | USART_TypeDef * | USARTx | ) |
Enable RX Not Empty Interrupt.
USARTx | USART Instance |
None |
Definition at line 2082 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableIT_TC | ( | USART_TypeDef * | USARTx | ) |
Enable Transmission Complete Interrupt.
USARTx | USART Instance |
None |
Definition at line 2093 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableIT_TXE | ( | USART_TypeDef * | USARTx | ) |
Enable TX Empty Interrupt.
USARTx | USART Instance |
None |
Definition at line 2104 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsEnabledIT_CTS | ( | USART_TypeDef * | USARTx | ) |
Check if the USART CTS Interrupt is enabled or disabled.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 2344 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsEnabledIT_ERROR | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Error Interrupt is enabled or disabled.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 2331 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsEnabledIT_IDLE | ( | USART_TypeDef * | USARTx | ) |
Check if the USART IDLE Interrupt source is enabled or disabled.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 2263 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsEnabledIT_LBD | ( | USART_TypeDef * | USARTx | ) |
Check if the USART LIN Break Detection Interrupt is enabled or disabled.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 2320 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsEnabledIT_PE | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Parity Error Interrupt is enabled or disabled.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 2307 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsEnabledIT_RXNE | ( | USART_TypeDef * | USARTx | ) |
Check if the USART RX Not Empty Interrupt is enabled or disabled.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 2274 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsEnabledIT_TC | ( | USART_TypeDef * | USARTx | ) |
Check if the USART Transmission Complete Interrupt is enabled or disabled.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 2285 of file stm32f1xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsEnabledIT_TXE | ( | USART_TypeDef * | USARTx | ) |
Check if the USART TX Empty Interrupt is enabled or disabled.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 2296 of file stm32f1xx_ll_usart.h.