Home
last modified time | relevance | path

Searched refs:USART_CR3_RTSE (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_uart.h301 #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE)
303 #define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE))
656 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
657 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
676 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
677 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_uart.h301 #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE)
303 #define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE))
658 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
659 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
678 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
679 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_uart.h301 #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE)
303 #define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE))
656 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
657 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
676 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
677 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_uart.h301 #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE)
303 #define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE))
656 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
657 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
676 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
677 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_uart.h386 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
388 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1121 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1122 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1140 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1141 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
Dstm32l0xx_ll_lpuart.h295 #define LL_LPUART_HWCONTROL_RTS USART_CR3_RTSE /*!< RTS output enabled, data…
299 #define LL_LPUART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< CTS and RTS hardware flo…
978 SET_BIT(LPUARTx->CR3, USART_CR3_RTSE); in LL_LPUART_EnableRTSHWFlowCtrl()
989 CLEAR_BIT(LPUARTx->CR3, USART_CR3_RTSE); in LL_LPUART_DisableRTSHWFlowCtrl()
1028 MODIFY_REG(LPUARTx->CR3, USART_CR3_RTSE | USART_CR3_CTSE, HardwareFlowControl); in LL_LPUART_SetHWFlowCtrl()
1044 return (uint32_t)(READ_BIT(LPUARTx->CR3, USART_CR3_RTSE | USART_CR3_CTSE)); in LL_LPUART_GetHWFlowCtrl()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_uart.h384 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
386 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1173 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1174 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1192 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1193 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_uart.h383 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
385 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1179 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1180 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1198 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1199 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_uart.h380 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
382 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1115 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1116 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1134 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1135 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_uart.h392 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
394 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1202 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1203 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1221 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1222 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_uart.h406 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
408 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1216 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1217 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1235 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1236 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_uart.h390 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
392 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1189 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1190 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1208 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1209 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_uart.h392 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
394 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1202 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1203 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1221 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1222 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_uart.h402 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
404 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1206 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1207 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1225 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1226 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_uart.h398 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
400 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1208 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1209 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1227 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1228 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_uart.h398 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
400 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1202 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1203 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1221 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1222 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_uart.h399 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
401 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1203 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1204 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1222 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1223 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_uart.h408 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
410 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1218 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1219 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1237 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1238 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_uart.h368 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
370 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1125 SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1126 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1143 CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1144 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_uart.h405 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
407 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1204 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1205 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1223 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1224 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_uart.h401 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
403 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1205 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1206 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1224 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1225 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_uart.h396 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
398 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1256 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1257 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1275 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1276 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_uart.h398 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
400 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1202 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1203 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1221 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1222 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_uart.h399 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
401 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1203 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1204 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1222 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1223 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_uart.h409 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S…
411 #define UART_HWCONTROL_RTS_CTS (USART_CR3_RTSE | USART_CR3_CTSE) /*!< Request and …
1235 ATOMIC_SET_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE); \
1236 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \
1254 ATOMIC_CLEAR_BIT((__HANDLE__)->Instance->CR3, USART_CR3_RTSE);\
1255 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \

12345678910>>...16