Home
last modified time | relevance | path

Searched refs:UART_HWCONTROL_NONE (Results 1 – 22 of 22) sorted by relevance

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h115 #define UART_HWCONTROL_NONE (0x00000000U) /*!< No hardware control */ macro
250 #define IS_UART_HARDWARE_FLOW_CONTROL(__CONTROL__) (((__CONTROL__) == UART_HWCONTROL_NONE) || \
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h115 #define UART_HWCONTROL_NONE (0x00000000U) /*!< No hardware control */ macro
251 #define IS_UART_HARDWARE_FLOW_CONTROL(__CONTROL__) (((__CONTROL__) == UART_HWCONTROL_NONE) || \
/bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Appli/Core/Src/
A Dmain.c87 huart4.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_UART4_Init()
/bsp/stm32/libraries/HAL_Drivers/nano/
A Ddrv_console.c76 console_uart.Init.HwFlowCtl = UART_HWCONTROL_NONE; in rt_hw_console_init()
/bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c283 hlpuart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_LPUART1_UART_Init()
330 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
378 huart2.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART2_UART_Init()
/bsp/stm32/stm32u585-iot02a/board/CubeMX_Config/Src/
A Dmain.c201 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
/bsp/stm32/stm32f723-st-disco/board/CubeMX_Config/Src/
A Dmain.c184 huart6.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART6_UART_Init()
/bsp/stm32/stm32f407-lckfb-skystar/board/CubeMX_Config/Src/
A Dmain.c256 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
/bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c521 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
569 huart3.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART3_UART_Init()
/bsp/stm32/stm32wl55-st-nucleo/board/CubeMX_Config/Inc/
A Dstm32wlxx_nucleo.h101 COM_HWCONTROL_NONE = UART_HWCONTROL_NONE,
/bsp/stm32/stm32wle5-yizhilian-lm401/board/CubeMX_Config/Inc/
A Dstm32wlxx_nucleo.h101 COM_HWCONTROL_NONE = UART_HWCONTROL_NONE,
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h288 #define UART_HWCONTROL_NONE 0x00000000U macro
816 (((CONTROL) == UART_HWCONTROL_NONE) || \
/bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c417 hlpuart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_LPUART1_UART_Init()
464 huart3.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART3_UART_Init()
/bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/
A Dmain.c231 hlpuart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_LPUART1_UART_Init()
/bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/
A Dmain.c410 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/
A Dmain.c466 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
/bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/
A Dmain.c651 hlpuart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_LPUART1_UART_Init()
720 huart2.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART2_UART_Init()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart.c167 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in stm32_configure()
173 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in stm32_configure()
A Ddrv_usart_v2.c179 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in stm32_configure()
185 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in stm32_configure()
/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_uart.c132 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in _uart_configure()
/bsp/acm32/acm32f4xx-nucleo/drivers/
A Ddrv_uart.c131 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in _uart_configure()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_uart.c360 if (huart->Init.HwFlowCtl != UART_HWCONTROL_NONE) in HAL_UART_Init()

Completed in 64 milliseconds