Searched refs:USART_CR1_UESM (Results 1 – 12 of 12) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_uart_ex.c | 373 SET_BIT(huart->Instance->CR1, USART_CR1_UESM); in HAL_UARTEx_EnableStopMode() 396 CLEAR_BIT(huart->Instance->CR1, USART_CR1_UESM); in HAL_UARTEx_DisableStopMode()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_uart_ex.c | 521 SET_BIT(huart->Instance->CR1, USART_CR1_UESM); in HAL_UARTEx_EnableStopMode() 540 CLEAR_BIT(huart->Instance->CR1, USART_CR1_UESM); in HAL_UARTEx_DisableStopMode()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_lpuart.h | 456 SET_BIT(LPUARTx->CR1, USART_CR1_UESM); in LL_LPUART_EnableInStopMode() 468 CLEAR_BIT(LPUARTx->CR1, USART_CR1_UESM); in LL_LPUART_DisableInStopMode() 480 return (READ_BIT(LPUARTx->CR1, USART_CR1_UESM) == (USART_CR1_UESM)); in LL_LPUART_IsEnabledInStopMode()
|
D | stm32l0xx_ll_usart.h | 597 SET_BIT(USARTx->CR1, USART_CR1_UESM); in LL_USART_EnableInStopMode() 611 CLEAR_BIT(USARTx->CR1, USART_CR1_UESM); in LL_USART_DisableInStopMode() 624 return (READ_BIT(USARTx->CR1, USART_CR1_UESM) == (USART_CR1_UESM)); in LL_USART_IsEnabledInStopMode()
|
D | stm32l0xx_hal_uart.h | 527 #define UART_ADVFEATURE_STOPMODE_ENABLE ((uint32_t)USART_CR1_UESM) /*!< UART stop mode…
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_lpuart.h | 700 SET_BIT(LPUARTx->CR1, USART_CR1_UESM); in LL_LPUART_EnableInStopMode() 712 CLEAR_BIT(LPUARTx->CR1, USART_CR1_UESM); in LL_LPUART_DisableInStopMode() 724 return (READ_BIT(LPUARTx->CR1, USART_CR1_UESM) == (USART_CR1_UESM)); in LL_LPUART_IsEnabledInStopMode()
|
D | stm32l4xx_ll_usart.h | 884 SET_BIT(USARTx->CR1, USART_CR1_UESM); in LL_USART_EnableInStopMode() 898 CLEAR_BIT(USARTx->CR1, USART_CR1_UESM); in LL_USART_DisableInStopMode() 911 return ((READ_BIT(USARTx->CR1, USART_CR1_UESM) == (USART_CR1_UESM)) ? 1UL : 0UL); in LL_USART_IsEnabledInStopMode()
|
D | stm32l4xx_hal_uart.h | 629 #define UART_ADVFEATURE_STOPMODE_ENABLE USART_CR1_UESM /*!< UART stop mode enable */
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 5895 #define USART_CR1_UESM USART_CR1_UESM_Msk /*!< USART Enable in… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 6957 #define USART_CR1_UESM USART_CR1_UESM_Msk /*!< USART Enable in… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6798 #define USART_CR1_UESM USART_CR1_UESM_Msk /*!< USART Enable in… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 15865 #define USART_CR1_UESM USART_CR1_UESM_Msk /*!< USART Enable in… macro
|