STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_USART_SetLINBrkDetectionLen (USART_TypeDef *USARTx, uint32_t LINBDLength) |
Set LIN Break Detection Length. | |
__STATIC_INLINE uint32_t | LL_USART_GetLINBrkDetectionLen (USART_TypeDef *USARTx) |
Return LIN Break Detection Length. | |
__STATIC_INLINE void | LL_USART_EnableLIN (USART_TypeDef *USARTx) |
Enable LIN mode. | |
__STATIC_INLINE void | LL_USART_DisableLIN (USART_TypeDef *USARTx) |
Disable LIN mode. | |
__STATIC_INLINE uint32_t | LL_USART_IsEnabledLIN (USART_TypeDef *USARTx) |
Indicate if LIN mode is enabled. |
__STATIC_INLINE void LL_USART_DisableLIN | ( | USART_TypeDef * | USARTx | ) |
Disable LIN mode.
USARTx | USART Instance |
None |
Definition at line 1429 of file stm32f4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_EnableLIN | ( | USART_TypeDef * | USARTx | ) |
Enable LIN mode.
USARTx | USART Instance |
None |
Definition at line 1416 of file stm32f4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_GetLINBrkDetectionLen | ( | USART_TypeDef * | USARTx | ) |
Return LIN Break Detection Length.
USARTx | USART Instance |
Returned | value can be one of the following values: |
Definition at line 1403 of file stm32f4xx_ll_usart.h.
__STATIC_INLINE uint32_t LL_USART_IsEnabledLIN | ( | USART_TypeDef * | USARTx | ) |
Indicate if LIN mode is enabled.
USARTx | USART Instance |
State | of bit (1 or 0). |
Definition at line 1442 of file stm32f4xx_ll_usart.h.
__STATIC_INLINE void LL_USART_SetLINBrkDetectionLen | ( | USART_TypeDef * | USARTx, |
uint32_t | LINBDLength | ||
) |
Set LIN Break Detection Length.
USARTx | USART Instance |
LINBDLength | This parameter can be one of the following values: |
None |
Definition at line 1388 of file stm32f4xx_ll_usart.h.