Searched refs:flowcontrol (Results 1 – 17 of 17) sorted by relevance
| /bsp/nxp/imx/imx6ul/drivers/ |
| A D | serial.c | 34 uint8_t parity, stopbits, datasize, flowcontrol; in uart_configure() local 53 flowcontrol = FLOWCTRL_OFF; in uart_configure() 56 uart_init(uart->instance, baudrate, parity, stopbits, datasize, flowcontrol); in uart_configure()
|
| /bsp/nxp/imx/imx6sx/cortex-a9/drivers/ |
| A D | serial.c | 36 uint8_t parity, stopbits, datasize, flowcontrol; in uart_configure() local 55 flowcontrol = FLOWCTRL_OFF; in uart_configure()
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_usart.c | 118 switch (cfg->flowcontrol) in apm32_uart_configure() 133 switch (cfg->flowcontrol) in apm32_uart_configure()
|
| /bsp/raspberry-pico/Drivers/ |
| A D | drv_uart.c | 119 if (cfg->flowcontrol == RT_SERIAL_FLOWCONTROL_CTSRTS) in pico_uart_configure()
|
| /bsp/cvitek/drivers/libraries/eth/ |
| A D | dw_eth_mac.h | 62 volatile uint32_t flowcontrol; /* 0x18 */ member
|
| /bsp/airm2m/air32f103/libraries/rt_drivers/ |
| A D | drv_usart.c | 151 switch (cfg->flowcontrol) in air32_configure()
|
| /bsp/mm32/libraries/HAL_Drivers/ |
| A D | drv_uart.c | 105 switch (cfg->flowcontrol) in mm32_configure()
|
| /bsp/n32/libraries/n32_drivers/ |
| A D | drv_usart.c | 470 switch (cfg->flowcontrol) in n32_configure()
|
| A D | drv_usart_v2.c | 763 switch (cfg->flowcontrol) in n32_configure()
|
| /bsp/ft32/libraries/Drivers/ |
| A D | drv_usart.c | 105 switch (cfg->flowcontrol) in ft32_configure()
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_usart.c | 145 switch (cfg->flowcontrol) { in at32_configure()
|
| A D | drv_usart_v2.c | 143 switch (cfg->flowcontrol) { in at32_configure()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_usart.c | 164 switch (cfg->flowcontrol) in stm32_configure()
|
| A D | drv_usart_v2.c | 176 switch (cfg->flowcontrol) in stm32_configure()
|
| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_usart_v2.c | 323 switch (cfg->flowcontrol) in ch32_configure()
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_usart.c | 229 switch (cfg->flowcontrol) in hc32_configure()
|
| A D | drv_usart_v2.c | 231 switch (cfg->flowcontrol) in hc32_configure()
|
Completed in 36 milliseconds