Skip to content

Commit 3608627

Browse files
committed
fix a silent conflict with PR #5947
1 parent b87e98c commit 3608627

File tree

1 file changed

+5
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L443xC/device

1 file changed

+5
-0
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L443xC/device/stm32l443xx.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14618,6 +14618,11 @@ typedef struct
1461814618
#define USART_CR3_WUFIE_Pos (22U)
1461914619
#define USART_CR3_WUFIE_Msk (0x1U << USART_CR3_WUFIE_Pos) /*!< 0x00400000 */
1462014620
#define USART_CR3_WUFIE USART_CR3_WUFIE_Msk /*!< Wake Up Interrupt Enable */
14621+
/* MBED */
14622+
#define USART_CR3_UCESM_Pos (23U)
14623+
#define USART_CR3_UCESM_Msk (0x1U << USART_CR3_UCESM_Pos) /*!< 0x00800000 */
14624+
#define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in Stop mode */
14625+
/* MBED */
1462114626
#define USART_CR3_TCBGTIE_Pos (24U)
1462214627
#define USART_CR3_TCBGTIE_Msk (0x1U << USART_CR3_TCBGTIE_Pos) /*!< 0x01000000 */
1462314628
#define USART_CR3_TCBGTIE USART_CR3_TCBGTIE_Msk /*!< Transmission Complete Before Guard Time Interrupt Enable */

0 commit comments

Comments
 (0)