Searched refs:flowctrl (Results 1 – 2 of 2) sorted by relevance
410 const uint32_t flowctrl = uart_stm32_cfg2ll_hwctrl(cfg->flow_ctrl); in uart_stm32_configure() local478 if (flowctrl != uart_stm32_get_hwctrl(dev)) { in uart_stm32_configure()479 uart_stm32_set_hwctrl(dev, flowctrl); in uart_stm32_configure()
145 uint32_t flowctrl; member