Home
last modified time | relevance | path

Searched refs:USART_CR2_RTOEN (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_uart.c1386 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in HAL_UART_Receive_IT()
1394 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in HAL_UART_Receive_IT()
1506 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in HAL_UART_Receive_DMA()
1514 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in HAL_UART_Receive_DMA()
2792 SET_BIT(huart->Instance->CR2, USART_CR2_RTOEN); in HAL_UART_EnableReceiverTimeout()
2819 SET_BIT(huart->Instance->CR2, USART_CR2_RTOEN); in HAL_UART_EnableReceiverTimeout()
2854 CLEAR_BIT(huart->Instance->CR2, USART_CR2_RTOEN); in HAL_UART_DisableReceiverTimeout()
2881 CLEAR_BIT(huart->Instance->CR2, USART_CR2_RTOEN); in HAL_UART_DisableReceiverTimeout()
4303 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_8BIT()
4311 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_8BIT()
[all …]
Dstm32wbxx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_smartcard_ex.c116 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
146 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_smartcard_ex.c116 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
146 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_smartcard_ex.c117 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
147 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_smartcard_ex.c117 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
147 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_uart.c1437 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in HAL_UART_Receive_IT()
1578 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in HAL_UART_Receive_DMA()
2863 SET_BIT(huart->Instance->CR2, USART_CR2_RTOEN); in HAL_UART_EnableReceiverTimeout()
2894 CLEAR_BIT(huart->Instance->CR2, USART_CR2_RTOEN); in HAL_UART_DisableReceiverTimeout()
4238 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_8BIT()
4328 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_16BIT()
4469 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_8BIT_FIFOEN()
4631 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_16BIT_FIFOEN()
Dstm32c0xx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_uart.c1375 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in HAL_UART_Receive_IT()
1486 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in HAL_UART_Receive_DMA()
2736 SET_BIT(huart->Instance->CR2, USART_CR2_RTOEN); in HAL_UART_EnableReceiverTimeout()
2774 CLEAR_BIT(huart->Instance->CR2, USART_CR2_RTOEN); in HAL_UART_DisableReceiverTimeout()
4193 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_8BIT()
4286 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_16BIT()
4430 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_8BIT_FIFOEN()
4594 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_16BIT_FIFOEN()
Dstm32l5xx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
Dstm32u5xx_hal_uart.c1399 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in HAL_UART_Receive_IT()
1557 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in HAL_UART_Receive_DMA()
2900 SET_BIT(huart->Instance->CR2, USART_CR2_RTOEN); in HAL_UART_EnableReceiverTimeout()
2938 CLEAR_BIT(huart->Instance->CR2, USART_CR2_RTOEN); in HAL_UART_DisableReceiverTimeout()
4341 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_8BIT()
4434 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_16BIT()
4578 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_8BIT_FIFOEN()
4743 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_16BIT_FIFOEN()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
Dstm32wbaxx_hal_uart.c1369 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in HAL_UART_Receive_IT()
1520 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in HAL_UART_Receive_DMA()
2843 SET_BIT(huart->Instance->CR2, USART_CR2_RTOEN); in HAL_UART_EnableReceiverTimeout()
2881 CLEAR_BIT(huart->Instance->CR2, USART_CR2_RTOEN); in HAL_UART_DisableReceiverTimeout()
4344 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_8BIT()
4437 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_16BIT()
4581 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_8BIT_FIFOEN()
4746 if (READ_BIT(huart->Instance->CR2, USART_CR2_RTOEN) != 0U) in UART_RxISR_16BIT_FIFOEN()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_smartcard_ex.c139 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
169 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_smartcard_ex.c137 SET_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_EnableReceiverTimeOut()
167 CLEAR_BIT(hsmartcard->Instance->CR2, USART_CR2_RTOEN); in HAL_SMARTCARDEx_DisableReceiverTimeOut()

12345678910>>...14