Searched refs:USART_CR2_RTOEN (Results 1 – 14 of 14) sorted by relevance
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_smartcard_ex.c | 141 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut() 173 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
|
D | stm32l0xx_hal_smartcard.c | 157 #define USART_CR2_FIELDS ((uint32_t)(USART_CR2_RTOEN|USART_CR2_CLK_FIELDS|USART_CR2_STOP)) /*!…
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_smartcard_ex.c | 154 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut() 186 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
|
D | stm32l4xx_hal_smartcard.c | 231 #define USART_CR2_FIELDS ((uint32_t)(USART_CR2_RTOEN | USART_CR2_CLK_FIELDS | USART_CR2_STOP))…
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_usart.h | 1306 SET_BIT(USARTx->CR2, USART_CR2_RTOEN); in LL_USART_EnableRxTimeout() 1317 CLEAR_BIT(USARTx->CR2, USART_CR2_RTOEN); in LL_USART_DisableRxTimeout() 1328 return (READ_BIT(USARTx->CR2, USART_CR2_RTOEN) == (USART_CR2_RTOEN)); in LL_USART_IsEnabledRxTimeout()
|
D | stm32l0xx_hal_smartcard.h | 377 #define SMARTCARD_TIMEOUT_ENABLE ((uint32_t)USART_CR2_RTOEN) /*!< SMARTCARD re…
|
D | stm32l0xx_hal_uart.h | 364 #define UART_RECEIVER_TIMEOUT_ENABLE ((uint32_t)USART_CR2_RTOEN) /*!< UART recei…
|
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_usart.h | 1683 SET_BIT(USARTx->CR2, USART_CR2_RTOEN); in LL_USART_EnableRxTimeout() 1694 CLEAR_BIT(USARTx->CR2, USART_CR2_RTOEN); in LL_USART_DisableRxTimeout() 1705 return ((READ_BIT(USARTx->CR2, USART_CR2_RTOEN) == (USART_CR2_RTOEN)) ? 1UL : 0UL); in LL_USART_IsEnabledRxTimeout()
|
D | stm32l4xx_hal_smartcard.h | 460 #define SMARTCARD_TIMEOUT_ENABLE USART_CR2_RTOEN /*!< SMARTCARD receiver…
|
D | stm32l4xx_hal_uart.h | 466 #define UART_RECEIVER_TIMEOUT_ENABLE USART_CR2_RTOEN /*!< UART receiver timeout …
|
/loramac-node-3.6.0-3.5.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 6021 #define USART_CR2_RTOEN USART_CR2_RTOEN_Msk /*!< Receiver Time-O… macro
|
/loramac-node-3.6.0-3.5.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 6924 #define USART_CR2_RTOEN USART_CR2_RTOEN_Msk /*!< Receiver Time-O… macro
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7083 #define USART_CR2_RTOEN USART_CR2_RTOEN_Msk /*!< Receiver Time-O… macro
|
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 15992 #define USART_CR2_RTOEN USART_CR2_RTOEN_Msk /*!< Receiver Time-O… macro
|