Searched refs:USART_CR3_DEM (Results 1 – 10 of 10) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_lpuart.h | 1228 SET_BIT(LPUARTx->CR3, USART_CR3_DEM); in LL_LPUART_EnableDEMode() 1239 CLEAR_BIT(LPUARTx->CR3, USART_CR3_DEM); in LL_LPUART_DisableDEMode() 1250 return (READ_BIT(LPUARTx->CR3, USART_CR3_DEM) == (USART_CR3_DEM)); in LL_LPUART_IsEnabledDEMode()
|
D | stm32l0xx_ll_usart.h | 2173 SET_BIT(USARTx->CR3, USART_CR3_DEM); in LL_USART_EnableDEMode() 2186 CLEAR_BIT(USARTx->CR3, USART_CR3_DEM); in LL_USART_DisableDEMode() 2199 return (READ_BIT(USARTx->CR3, USART_CR3_DEM) == (USART_CR3_DEM)); in LL_USART_IsEnabledDEMode()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_uart_ex.c | 209 SET_BIT(huart->Instance->CR3, USART_CR3_DEM); in HAL_RS485Ex_Init()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_lpuart.h | 1607 SET_BIT(LPUARTx->CR3, USART_CR3_DEM); in LL_LPUART_EnableDEMode() 1618 CLEAR_BIT(LPUARTx->CR3, USART_CR3_DEM); in LL_LPUART_DisableDEMode() 1629 return (READ_BIT(LPUARTx->CR3, USART_CR3_DEM) == (USART_CR3_DEM)); in LL_LPUART_IsEnabledDEMode()
|
D | stm32l4xx_ll_usart.h | 2704 SET_BIT(USARTx->CR3, USART_CR3_DEM); in LL_USART_EnableDEMode() 2717 CLEAR_BIT(USARTx->CR3, USART_CR3_DEM); in LL_USART_DisableDEMode() 2730 return ((READ_BIT(USARTx->CR3, USART_CR3_DEM) == (USART_CR3_DEM)) ? 1UL : 0UL); in LL_USART_IsEnabledDEMode()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_uart_ex.c | 242 SET_BIT(huart->Instance->CR3, USART_CR3_DEM); in HAL_RS485Ex_Init()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 6071 #define USART_CR3_DEM USART_CR3_DEM_Msk /*!< Driver Enable M… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7133 #define USART_CR3_DEM USART_CR3_DEM_Msk /*!< Driver Enable M… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6974 #define USART_CR3_DEM USART_CR3_DEM_Msk /*!< Driver Enable M… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 16042 #define USART_CR3_DEM USART_CR3_DEM_Msk /*!< Driver Enable M… macro
|