Searched refs:USART_CR3_OVRDIS (Results 1 – 16 of 16) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_lpuart.h | 1026 CLEAR_BIT(LPUARTx->CR3, USART_CR3_OVRDIS); in LL_LPUART_EnableOverrunDetect() 1037 SET_BIT(LPUARTx->CR3, USART_CR3_OVRDIS); in LL_LPUART_DisableOverrunDetect() 1048 return (READ_BIT(LPUARTx->CR3, USART_CR3_OVRDIS) != USART_CR3_OVRDIS); in LL_LPUART_IsEnabledOverrunDetect()
|
D | stm32l0xx_ll_usart.h | 1518 CLEAR_BIT(USARTx->CR3, USART_CR3_OVRDIS); in LL_USART_EnableOverrunDetect() 1529 SET_BIT(USARTx->CR3, USART_CR3_OVRDIS); in LL_USART_DisableOverrunDetect() 1540 return (READ_BIT(USARTx->CR3, USART_CR3_OVRDIS) != USART_CR3_OVRDIS); in LL_USART_IsEnabledOverrunDetect()
|
D | stm32l0xx_hal_smartcard.h | 447 #define SMARTCARD_ADVFEATURE_OVERRUN_DISABLE ((uint32_t)USART_CR3_OVRDIS) /*!< RX overrun d…
|
D | stm32l0xx_hal_uart.h | 491 #define UART_ADVFEATURE_OVERRUN_DISABLE ((uint32_t)USART_CR3_OVRDIS) /*!< RX overrun dis…
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_lpuart.h | 1356 CLEAR_BIT(LPUARTx->CR3, USART_CR3_OVRDIS); in LL_LPUART_EnableOverrunDetect() 1367 SET_BIT(LPUARTx->CR3, USART_CR3_OVRDIS); in LL_LPUART_DisableOverrunDetect() 1378 return (READ_BIT(LPUARTx->CR3, USART_CR3_OVRDIS) != USART_CR3_OVRDIS); in LL_LPUART_IsEnabledOverrunDetect()
|
D | stm32l4xx_ll_usart.h | 1895 CLEAR_BIT(USARTx->CR3, USART_CR3_OVRDIS); in LL_USART_EnableOverrunDetect() 1906 SET_BIT(USARTx->CR3, USART_CR3_OVRDIS); in LL_USART_DisableOverrunDetect() 1917 return ((READ_BIT(USARTx->CR3, USART_CR3_OVRDIS) != USART_CR3_OVRDIS) ? 1UL : 0UL); in LL_USART_IsEnabledOverrunDetect()
|
D | stm32l4xx_hal_smartcard.h | 527 #define SMARTCARD_ADVFEATURE_OVERRUN_DISABLE USART_CR3_OVRDIS /*!< RX overrun disable */
|
D | stm32l4xx_hal_uart.h | 593 #define UART_ADVFEATURE_OVERRUN_DISABLE USART_CR3_OVRDIS /*!< RX overrun disable */
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_smartcard.c | 1799 … MODIFY_REG(hsmartcard->Instance->CR3, USART_CR3_OVRDIS, hsmartcard->AdvancedInit.OverrunDisable); in SMARTCARD_AdvFeatureConfig()
|
D | stm32l0xx_hal_uart.c | 2339 MODIFY_REG(huart->Instance->CR3, USART_CR3_OVRDIS, huart->AdvancedInit.OverrunDisable); in UART_AdvFeatureConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_smartcard.c | 2587 … MODIFY_REG(hsmartcard->Instance->CR3, USART_CR3_OVRDIS, hsmartcard->AdvancedInit.OverrunDisable); in SMARTCARD_AdvFeatureConfig()
|
D | stm32l4xx_hal_uart.c | 3126 MODIFY_REG(huart->Instance->CR3, USART_CR3_OVRDIS, huart->AdvancedInit.OverrunDisable); in UART_AdvFeatureConfig()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 6065 #define USART_CR3_OVRDIS USART_CR3_OVRDIS_Msk /*!< Overrun Disable… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7127 #define USART_CR3_OVRDIS USART_CR3_OVRDIS_Msk /*!< Overrun Disable… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6968 #define USART_CR3_OVRDIS USART_CR3_OVRDIS_Msk /*!< Overrun Disable… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 16036 #define USART_CR3_OVRDIS USART_CR3_OVRDIS_Msk /*!< Overrun Disable… macro
|