Reference Manual to
LL API cross
reference:
CR1 WAKE LL_USART_SetWakeUpMethod
LL_USART_GetWakeUpMethod
__STATIC_INLINE uint32_t LL_USART_GetWakeUpMethod
(USART_TypeDef * USARTx)
Return Receiver Wake Up method from Mute mode.
Returned: value can be one of the following values:
LL_USART_WAKEUP_IDLELINE
LL_USART_WAKEUP_ADDRESSMARK
Reference Manual to
LL API cross
reference:
CR1 WAKE LL_USART_GetWakeUpMethod
LL_USART_SetDataWidth
__STATIC_INLINE void LL_USART_SetDataWidth
(USART_TypeDef * USARTx, uint32_t DataWidth)
USARTx: USART Instance
DataWidth: This parameter can be one of the following
values:
LL_USART_DATAWIDTH_8B
LL_USART_DATAWIDTH_9B
Reference Manual to
LL API cross
reference:
CR1 M LL_USART_SetDataWidth
LL_USART_GetDataWidth
__STATIC_INLINE uint32_t LL_USART_GetDataWidth
(USART_TypeDef * USARTx)
Returned: value can be one of the following values:
LL_USART_DATAWIDTH_8B
LL_USART_DATAWIDTH_9B
Reference Manual to
LL API cross
reference:
CR1 M LL_USART_GetDataWidth