Reference Manual to
LL API cross
reference:
CR2 LBDL LL_USART_SetLINBrkDetectionLen
LL_USART_GetLINBrkDetectionLen
__STATIC_INLINE uint32_t
LL_USART_GetLINBrkDetectionLen (USART_TypeDef *
USARTx)
Return LIN Break Detection Length.
Returned: value can be one of the following values:
LL_USART_LINBREAK_DETECT_10B
LL_USART_LINBREAK_DETECT_11B
Macro IS_UART_LIN_INSTANCE(USARTx) can be used to
check whether or not LIN feature is supported by the USARTx
instance.
Reference Manual to
LL API cross
reference:
CR2 LBDL LL_USART_GetLINBrkDetectionLen
LL_USART_EnableLIN
__STATIC_INLINE void LL_USART_EnableLIN
(USART_TypeDef * USARTx)
Macro IS_UART_LIN_INSTANCE(USARTx) can be used to
check whether or not LIN feature is supported by the USARTx
instance.
Reference Manual to
LL API cross
reference:
CR2 LINEN LL_USART_EnableLIN
LL_USART_DisableLIN
__STATIC_INLINE void LL_USART_DisableLIN
(USART_TypeDef * USARTx)
Macro IS_UART_LIN_INSTANCE(USARTx) can be used to
check whether or not LIN feature is supported by the USARTx
instance.