Home
last modified time | relevance | path

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/
Dstm32l0xx_ll_lpuart.h1228 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()
Dstm32l0xx_ll_usart.h2173 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/
Dstm32l0xx_hal_uart_ex.c209 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/
Dstm32l4xx_ll_lpuart.h1607 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()
Dstm32l4xx_ll_usart.h2704 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/
Dstm32l4xx_hal_uart_ex.c242 SET_BIT(huart->Instance->CR3, USART_CR3_DEM); in HAL_RS485Ex_Init()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6071 #define USART_CR3_DEM USART_CR3_DEM_Msk /*!< Driver Enable M… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7133 #define USART_CR3_DEM USART_CR3_DEM_Msk /*!< Driver Enable M… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h6974 #define USART_CR3_DEM USART_CR3_DEM_Msk /*!< Driver Enable M… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h16042 #define USART_CR3_DEM USART_CR3_DEM_Msk /*!< Driver Enable M… macro