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/ |
D | stm32l4xx_hal_uart_ex.c | 363 #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/ |
D | stm32l0xx_hal_uart_ex.c | 420 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/ |
D | stm32l4xx_ll_lpuart.h | 727 #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()
|
D | stm32l4xx_ll_usart.h | 914 #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()
|
D | stm32l4xx_hal_uart_ex.h | 188 #if defined(USART_CR3_UCESM)
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 6091 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7153 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6994 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< Clock Enable in… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 16062 #define USART_CR3_UCESM USART_CR3_UCESM_Msk /*!< USART Clock ena… macro
|