Home
last modified time | relevance | path

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/
Dstm32l0xx_hal_smartcard_ex.c141 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()
Dstm32l0xx_hal_smartcard.c157 #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/
Dstm32l4xx_hal_smartcard_ex.c154 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()
Dstm32l4xx_hal_smartcard.c231 #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/
Dstm32l0xx_ll_usart.h1306 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()
Dstm32l0xx_hal_smartcard.h377 #define SMARTCARD_TIMEOUT_ENABLE ((uint32_t)USART_CR2_RTOEN) /*!< SMARTCARD re…
Dstm32l0xx_hal_uart.h364 #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/
Dstm32l4xx_ll_usart.h1683 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()
Dstm32l4xx_hal_smartcard.h460 #define SMARTCARD_TIMEOUT_ENABLE USART_CR2_RTOEN /*!< SMARTCARD receiver…
Dstm32l4xx_hal_uart.h466 #define UART_RECEIVER_TIMEOUT_ENABLE USART_CR2_RTOEN /*!< UART receiver timeout …
/loramac-node-3.6.0-3.5.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6021 #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/
Dstm32l072xx.h6924 #define USART_CR2_RTOEN USART_CR2_RTOEN_Msk /*!< Receiver Time-O… macro
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7083 #define USART_CR2_RTOEN USART_CR2_RTOEN_Msk /*!< Receiver Time-O… macro
/loramac-node-3.6.0-3.5.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h15992 #define USART_CR2_RTOEN USART_CR2_RTOEN_Msk /*!< Receiver Time-O… macro