In case of non-initialized or invalid value stored in BRR
register, value 0 will be returned.
Reference Manual to
LL API cross
reference:
BRR BRR LL_USART_GetBaudRate
LL_USART_EnableIrda
__STATIC_INLINE void LL_USART_EnableIrda
(USART_TypeDef * USARTx)
Macro IS_IRDA_INSTANCE(USARTx) can be used to check
whether or not IrDA feature is supported by the USARTx
instance.
Reference Manual to
LL API cross
reference:
CR3 IREN LL_USART_EnableIrda
LL_USART_DisableIrda
__STATIC_INLINE void LL_USART_DisableIrda
(USART_TypeDef * USARTx)
Macro IS_IRDA_INSTANCE(USARTx) can be used to check
whether or not IrDA feature is supported by the USARTx
instance.
Reference Manual to
LL API cross
reference:
CR3 IREN LL_USART_DisableIrda
LL_USART_IsEnabledIrda
__STATIC_INLINE uint32_t LL_USART_IsEnabledIrda
(USART_TypeDef * USARTx)
Indicate if IrDA mode is enabled.
Macro IS_IRDA_INSTANCE(USARTx) can be used to check
whether or not IrDA feature is supported by the USARTx
instance.
Reference Manual to
LL API cross
CR3 IREN LL_USART_IsEnabledIrda