Home
last modified time | relevance | path

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/
Dstm32l0xx_hal_uart_ex.c373 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/
Dstm32l4xx_hal_uart_ex.c521 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/
Dstm32l0xx_ll_lpuart.h456 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()
Dstm32l0xx_ll_usart.h597 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()
Dstm32l0xx_hal_uart.h527 #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/
Dstm32l4xx_ll_lpuart.h700 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()
Dstm32l4xx_ll_usart.h884 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()
Dstm32l4xx_hal_uart.h629 #define UART_ADVFEATURE_STOPMODE_ENABLE USART_CR1_UESM /*!< UART stop mode enable */
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h5895 #define USART_CR1_UESM USART_CR1_UESM_Msk /*!< USART Enable in… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h6957 #define USART_CR1_UESM USART_CR1_UESM_Msk /*!< USART Enable in… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h6798 #define USART_CR1_UESM USART_CR1_UESM_Msk /*!< USART Enable in… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h15865 #define USART_CR1_UESM USART_CR1_UESM_Msk /*!< USART Enable in… macro