Home
last modified time | relevance | path

Searched refs:hardwareFlow (Results 1 – 9 of 9) sorted by relevance

/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_usart.c117 usart->CTRL3_B.RTSEN = usartConfig->hardwareFlow & 0x01; in USART_Config()
118 usart->CTRL3_B.CTSEN = usartConfig->hardwareFlow >> 1; in USART_Config()
169 usartConfig->hardwareFlow = USART_HARDWARE_FLOW_NONE; in USART_ConfigStructInit()
/bsp/apm32/libraries/Drivers/
A Ddrv_usart.c136 USART_ConfigStruct.hardwareFlow = USART_HARDWARE_FLOW_NONE; in apm32_uart_configure()
139 USART_ConfigStruct.hardwareFlow = USART_HARDWARE_FLOW_RTS_CTS; in apm32_uart_configure()
142 USART_ConfigStruct.hardwareFlow = USART_HARDWARE_FLOW_NONE; in apm32_uart_configure()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_usart.c109 temp |= (uint32_t)usartConfig->hardwareFlow; in USART_Config()
143 usartConfig->hardwareFlow = USART_HARDWARE_FLOW_NONE; in USART_ConfigStructInit()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_usart.c109 temp |= (uint32_t)usartConfig->hardwareFlow; in USART_Config()
143 usartConfig->hardwareFlow = USART_HARDWARE_FLOW_NONE; in USART_ConfigStructInit()
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_usart.c99 temp |= (uint32_t)usartConfig->hardwareFlow; in USART_Config()
133 usartConfig->hardwareFlow = USART_HARDWARE_FLOW_NONE; in USART_ConfigStructInit()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_usart.h225 USART_HARDWARE_FLOW_T hardwareFlow; /*!< Specifies the hardware flow control */ member
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_usart.h224 USART_HARDWARE_FLOW_T hardwareFlow; /*!< Specifies the hardware flow control */ member
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_usart.h224 USART_HARDWARE_FLOW_T hardwareFlow; /*!< Specifies the hardware flow control */ member
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_usart.h224 USART_HARDWARE_FLOW_T hardwareFlow; /*!< Specifies the hardware flow control */ member

Completed in 19 milliseconds