Home
last modified time | relevance | path

Searched refs:USART_CR3_UCESM (Results 1 – 25 of 51) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_uart_ex.c292 #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/
Dstm32l4xx_hal_uart_ex.c384 #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/
Dstm32l0xx_ll_lpuart.h485 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()
Dstm32l0xx_ll_usart.h622 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/
Dstm32l4xx_ll_lpuart.h737 #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()
Dstm32l4xx_ll_usart.h913 #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()
Dstm32l4xx_hal_uart_ex.h173 #if defined(USART_CR3_UCESM)
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_usart.h633 #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()
Dstm32f7xx_hal_uart_ex.h134 #if defined(USART_CR3_UCESM)
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_uart_ex.c336 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/
Dstm32l041xx.h5734 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l010x8.h5381 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l010xb.h5440 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l011xx.h5463 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l021xx.h5600 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l031xx.h5597 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l051xx.h5751 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l010x4.h5336 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l010x6.h5388 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l081xx.h6080 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l071xx.h5943 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l052xx.h6691 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l062xx.h6828 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l053xx.h6850 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
Dstm32l072xx.h6987 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro

123