Searched refs:USART_CR3_DDRE (Results 1 – 16 of 16) sorted by relevance
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_lpuart.h | 1969 SET_BIT(LPUARTx->CR3, USART_CR3_DDRE); in LL_LPUART_EnableDMADeactOnRxErr() 1980 CLEAR_BIT(LPUARTx->CR3, USART_CR3_DDRE); in LL_LPUART_DisableDMADeactOnRxErr() 1991 return (READ_BIT(LPUARTx->CR3, USART_CR3_DDRE) == (USART_CR3_DDRE)); in LL_LPUART_IsEnabledDMADeactOnRxErr()
|
D | stm32l0xx_ll_usart.h | 3508 SET_BIT(USARTx->CR3, USART_CR3_DDRE); in LL_USART_EnableDMADeactOnRxErr() 3519 CLEAR_BIT(USARTx->CR3, USART_CR3_DDRE); in LL_USART_DisableDMADeactOnRxErr() 3530 return (READ_BIT(USARTx->CR3, USART_CR3_DDRE) == (USART_CR3_DDRE)); in LL_USART_IsEnabledDMADeactOnRxErr()
|
D | stm32l0xx_hal_smartcard.h | 456 #define SMARTCARD_ADVFEATURE_DMA_DISABLEONRXERROR ((uint32_t)USART_CR3_DDRE) /*!< DMA disable …
|
D | stm32l0xx_hal_uart.h | 509 #define UART_ADVFEATURE_DMA_DISABLEONRXERROR ((uint32_t)USART_CR3_DDRE) /*!< DMA disable on…
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_lpuart.h | 2687 SET_BIT(LPUARTx->CR3, USART_CR3_DDRE); in LL_LPUART_EnableDMADeactOnRxErr() 2698 CLEAR_BIT(LPUARTx->CR3, USART_CR3_DDRE); in LL_LPUART_DisableDMADeactOnRxErr() 2709 return (READ_BIT(LPUARTx->CR3, USART_CR3_DDRE) == (USART_CR3_DDRE)); in LL_LPUART_IsEnabledDMADeactOnRxErr()
|
D | stm32l4xx_ll_usart.h | 4464 SET_BIT(USARTx->CR3, USART_CR3_DDRE); in LL_USART_EnableDMADeactOnRxErr() 4475 CLEAR_BIT(USARTx->CR3, USART_CR3_DDRE); in LL_USART_DisableDMADeactOnRxErr() 4486 return ((READ_BIT(USARTx->CR3, USART_CR3_DDRE) == (USART_CR3_DDRE)) ? 1UL : 0UL); in LL_USART_IsEnabledDMADeactOnRxErr()
|
D | stm32l4xx_hal_smartcard.h | 536 #define SMARTCARD_ADVFEATURE_DMA_DISABLEONRXERROR USART_CR3_DDRE /*!< DMA disable on Recept…
|
D | stm32l4xx_hal_uart.h | 611 #define UART_ADVFEATURE_DMA_DISABLEONRXERROR USART_CR3_DDRE /*!< DMA disable on Reception E…
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_smartcard.c | 1806 …MODIFY_REG(hsmartcard->Instance->CR3, USART_CR3_DDRE, hsmartcard->AdvancedInit.DMADisableonRxError… in SMARTCARD_AdvFeatureConfig()
|
D | stm32l0xx_hal_uart.c | 2346 MODIFY_REG(huart->Instance->CR3, USART_CR3_DDRE, huart->AdvancedInit.DMADisableonRxError); in UART_AdvFeatureConfig()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_smartcard.c | 2594 …MODIFY_REG(hsmartcard->Instance->CR3, USART_CR3_DDRE, hsmartcard->AdvancedInit.DMADisableonRxError… in SMARTCARD_AdvFeatureConfig()
|
D | stm32l4xx_hal_uart.c | 3133 MODIFY_REG(huart->Instance->CR3, USART_CR3_DDRE, huart->AdvancedInit.DMADisableonRxError); in UART_AdvFeatureConfig()
|
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 6068 #define USART_CR3_DDRE USART_CR3_DDRE_Msk /*!< DMA Disable on … macro
|
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6971 #define USART_CR3_DDRE USART_CR3_DDRE_Msk /*!< DMA Disable on … macro
|
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7130 #define USART_CR3_DDRE USART_CR3_DDRE_Msk /*!< DMA Disable on … macro
|
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 16039 #define USART_CR3_DDRE USART_CR3_DDRE_Msk /*!< DMA Disable on … macro
|