From a5b6673b6250ea3479b592cd4be8701c4265a463 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 25 Dec 2019 20:30:03 +0000 Subject: [PATCH] stm32: usart-v2: fix some doxygen linking problems --- lib/stm32/common/usart_common_v2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/stm32/common/usart_common_v2.c b/lib/stm32/common/usart_common_v2.c index 4bae2694..f0811a41 100644 --- a/lib/stm32/common/usart_common_v2.c +++ b/lib/stm32/common/usart_common_v2.c @@ -153,7 +153,7 @@ void usart_disable_halfduplex(uint32_t usart) /** @brief USART Set receiver timeout value Sets the receive timeout value in terms of number of bit duration. - The RTOF @ref usart_isr_rtof is set if, after the last received character, + The @ref USART_ISR_RTOF is set if, after the last received character, no new start bit is detected for more than the receive timeout value. @note The timeout value can also be written when USART is enabled. @@ -201,7 +201,7 @@ void usart_disable_rx_timeout(uint32_t usart) /** @brief USART enable receive timeout interrupt An interrupt is generated when the RTOF Flag is set - in the ISR @ref usart_isr register. + in the @ref USART_ISR register. @note If the USART does not support the Receiver timeout feature, this bit is reserved and forced by hardware to ‘0’. @@ -293,7 +293,7 @@ void usart_wait_recv_ready(uint32_t usart) * * @param[in] usart unsigned 32 bit. USART block register address base @ref * usart_reg_base - * @param[in] flag Unsigned int32. Status register flag @ref usart_sr_flags. + * @param[in] flag Unsigned int32. Status register flag @ref usart_isr_values. * @returns boolean: flag set. */