/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_uart_ex.c | 292 #if defined(USART_CR3_UCESM) 308 ATOMIC_SET_BIT(huart->Instance->CR3, USART_CR3_UCESM); in HAL_UARTEx_EnableClockStopMode() 327 ATOMIC_CLEAR_BIT(huart->Instance->CR3, USART_CR3_UCESM); in HAL_UARTEx_DisableClockStopMode()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_uart_ex.c | 384 #if defined(USART_CR3_UCESM) 400 ATOMIC_SET_BIT(huart->Instance->CR3, USART_CR3_UCESM); in HAL_UARTEx_EnableClockStopMode() 419 ATOMIC_CLEAR_BIT(huart->Instance->CR3, USART_CR3_UCESM); in HAL_UARTEx_DisableClockStopMode()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_lpuart.h | 485 ATOMIC_SET_BIT(LPUARTx->CR3, USART_CR3_UCESM); in LL_LPUART_EnableClockInStopMode() 497 ATOMIC_CLEAR_BIT(LPUARTx->CR3, USART_CR3_UCESM); in LL_LPUART_DisableClockInStopMode() 508 return ((READ_BIT(LPUARTx->CR3, USART_CR3_UCESM) == (USART_CR3_UCESM)) ? 1UL : 0UL); in LL_LPUART_IsClockEnabledInStopMode()
|
D | stm32l0xx_ll_usart.h | 622 ATOMIC_SET_BIT(USARTx->CR3, USART_CR3_UCESM); in LL_USART_EnableClockInStopMode() 634 ATOMIC_CLEAR_BIT(USARTx->CR3, USART_CR3_UCESM); in LL_USART_DisableClockInStopMode() 645 return (READ_BIT(USARTx->CR3, USART_CR3_UCESM) == (USART_CR3_UCESM)); in LL_USART_IsClockEnabledInStopMode()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_lpuart.h | 737 #if defined(USART_CR3_UCESM) 747 ATOMIC_SET_BIT(LPUARTx->CR3, USART_CR3_UCESM); in LL_LPUART_EnableClockInStopMode() 759 ATOMIC_CLEAR_BIT(LPUARTx->CR3, USART_CR3_UCESM); in LL_LPUART_DisableClockInStopMode() 770 return ((READ_BIT(LPUARTx->CR3, USART_CR3_UCESM) == (USART_CR3_UCESM)) ? 1UL : 0UL); in LL_LPUART_IsClockEnabledInStopMode()
|
D | stm32l4xx_ll_usart.h | 913 #if defined(USART_CR3_UCESM) 923 ATOMIC_SET_BIT(USARTx->CR3, USART_CR3_UCESM); in LL_USART_EnableClockInStopMode() 935 ATOMIC_CLEAR_BIT(USARTx->CR3, USART_CR3_UCESM); in LL_USART_DisableClockInStopMode() 946 return (READ_BIT(USARTx->CR3, USART_CR3_UCESM) == (USART_CR3_UCESM)); in LL_USART_IsClockEnabledInStopMode()
|
D | stm32l4xx_hal_uart_ex.h | 173 #if defined(USART_CR3_UCESM)
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_usart.h | 633 #if defined(USART_CR3_UCESM) 643 ATOMIC_SET_BIT(USARTx->CR3, USART_CR3_UCESM); in LL_USART_EnableClockInStopMode() 655 ATOMIC_CLEAR_BIT(USARTx->CR3, USART_CR3_UCESM); in LL_USART_DisableClockInStopMode() 666 return (READ_BIT(USARTx->CR3, USART_CR3_UCESM) == (USART_CR3_UCESM)); in LL_USART_IsClockEnabledInStopMode()
|
D | stm32f7xx_hal_uart_ex.h | 134 #if defined(USART_CR3_UCESM)
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_uart_ex.c | 336 ATOMIC_SET_BIT(huart->Instance->CR3, USART_CR3_UCESM); in HAL_UARTEx_EnableClockStopMode() 355 ATOMIC_CLEAR_BIT(huart->Instance->CR3, USART_CR3_UCESM); in HAL_UARTEx_DisableClockStopMode()
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l041xx.h | 5734 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l010x8.h | 5381 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l010xb.h | 5440 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l011xx.h | 5463 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l021xx.h | 5600 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l031xx.h | 5597 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l051xx.h | 5751 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l010x4.h | 5336 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l010x6.h | 5388 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l081xx.h | 6080 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l071xx.h | 5943 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l052xx.h | 6691 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l062xx.h | 6828 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l053xx.h | 6850 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
D | stm32l072xx.h | 6987 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|