UM1940
Reference Manual to
LL API cross
reference:
LL_USART_GetLINBrkDetectionLen
Function name
Function description
Parameters
Return values
Notes
Reference Manual to
LL API cross
reference:
LL_USART_EnableLIN
Function name
Function description
Parameters
Return values
Notes
Reference Manual to
LL API cross
reference:
LL_USART_DisableLIN
Function name
Function description
Parameters
Return values
Notes
instance.
CR2 LBDL LL_USART_SetLINBrkDetectionLen
__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:
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.
CR2 LBDL LL_USART_GetLINBrkDetectionLen
__STATIC_INLINE void LL_USART_EnableLIN
(USART_TypeDef * USARTx)
Enable LIN mode.
USARTx: USART Instance
None:
Macro IS_UART_LIN_INSTANCE(USARTx) can be used to
check whether or not LIN feature is supported by the USARTx
instance.
CR2 LINEN LL_USART_EnableLIN
__STATIC_INLINE void LL_USART_DisableLIN
(USART_TypeDef * USARTx)
Disable LIN mode.
USARTx: USART Instance
None:
Macro IS_UART_LIN_INSTANCE(USARTx) can be used to
check whether or not LIN feature is supported by the USARTx
instance.
DocID028236 Rev 2
LL USART Generic Driver
1265/1371
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?