Searched refs:USART_CR1_DEAT (Results 1 – 10 of 10) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_uart_ex.c | 217 MODIFY_REG(huart->Instance->CR1, (USART_CR1_DEDT|USART_CR1_DEAT), temp); in HAL_RS485Ex_Init()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_uart_ex.c | 250 MODIFY_REG(huart->Instance->CR1, (USART_CR1_DEDT | USART_CR1_DEAT), temp); in HAL_RS485Ex_Init()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_lpuart.h | 1206 MODIFY_REG(LPUARTx->CR1, USART_CR1_DEAT, Time << LPUART_POSITION_CR1_DEAT); in LL_LPUART_SetDEAssertionTime() 1217 return (uint32_t)(READ_BIT(LPUARTx->CR1, USART_CR1_DEAT) >> LPUART_POSITION_CR1_DEAT); in LL_LPUART_GetDEAssertionTime()
|
D | stm32l0xx_ll_usart.h | 2147 MODIFY_REG(USARTx->CR1, USART_CR1_DEAT, Time << USART_POSITION_CR1_DEAT); in LL_USART_SetDEAssertionTime() 2160 return (uint32_t)(READ_BIT(USARTx->CR1, USART_CR1_DEAT) >> USART_POSITION_CR1_DEAT); in LL_USART_GetDEAssertionTime()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_lpuart.h | 1585 MODIFY_REG(LPUARTx->CR1, USART_CR1_DEAT, Time << USART_CR1_DEAT_Pos); in LL_LPUART_SetDEAssertionTime() 1596 return (uint32_t)(READ_BIT(LPUARTx->CR1, USART_CR1_DEAT) >> USART_CR1_DEAT_Pos); in LL_LPUART_GetDEAssertionTime()
|
D | stm32l4xx_ll_usart.h | 2678 MODIFY_REG(USARTx->CR1, USART_CR1_DEAT, Time << USART_CR1_DEAT_Pos); in LL_USART_SetDEAssertionTime() 2691 return (uint32_t)(READ_BIT(USARTx->CR1, USART_CR1_DEAT) >> USART_CR1_DEAT_Pos); in LL_USART_GetDEAssertionTime()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 5951 #define USART_CR1_DEAT USART_CR1_DEAT_Msk /*!< DEAT[4:0] bits … macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7013 #define USART_CR1_DEAT USART_CR1_DEAT_Msk /*!< DEAT[4:0] bits … macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6854 #define USART_CR1_DEAT USART_CR1_DEAT_Msk /*!< DEAT[4:0] bits … macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 15921 #define USART_CR1_DEAT USART_CR1_DEAT_Msk /*!< DEAT[4:0] bits … macro
|