Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart_ex.c363 #if defined(USART_CR3_UCESM)
379 SET_BIT(huart->Instance->CR3, USART_CR3_UCESM); in HAL_UARTEx_EnableClockStopMode()
398 CLEAR_BIT(huart->Instance->CR3, USART_CR3_UCESM); in HAL_UARTEx_DisableClockStopMode()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart_ex.c420 SET_BIT(huart->Instance->CR3, USART_CR3_UCESM); in HAL_UARTEx_EnableClockStopMode()
443 CLEAR_BIT(huart->Instance->CR3, USART_CR3_UCESM); in HAL_UARTEx_DisableClockStopMode()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_lpuart.h727 #if defined(USART_CR3_UCESM)
737 SET_BIT(LPUARTx->CR3, USART_CR3_UCESM); in LL_LPUART_EnableClockInStopMode()
749 CLEAR_BIT(LPUARTx->CR3, USART_CR3_UCESM); in LL_LPUART_DisableClockInStopMode()
760 return (READ_BIT(LPUARTx->CR3, USART_CR3_UCESM) == (USART_CR3_UCESM)); in LL_LPUART_IsClockEnabledInStopMode()
Dstm32l4xx_ll_usart.h914 #if defined(USART_CR3_UCESM)
924 SET_BIT(USARTx->CR3, USART_CR3_UCESM); in LL_USART_EnableClockInStopMode()
936 CLEAR_BIT(USARTx->CR3, USART_CR3_UCESM); in LL_USART_DisableClockInStopMode()
947 return (READ_BIT(USARTx->CR3, USART_CR3_UCESM) == (USART_CR3_UCESM)); in LL_USART_IsClockEnabledInStopMode()
Dstm32l4xx_hal_uart_ex.h188 #if defined(USART_CR3_UCESM)
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6091 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7153 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h6994 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16062 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< USART Clock ena… macro