We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc8180 commit 7f68744Copy full SHA for 7f68744
drivers/include/hal_uart.h
@@ -174,9 +174,9 @@ static inline void uwp_uart_init(volatile struct uwp_uart *uart)
174
uart->ctrl2.bit.rxf_full_thld = 1;
175
uart->ctrl2.bit.txf_empty_thld = 64;
176
/*for hardware flow control*/
177
- uart->ctrl1.bit.rcv_hw_flow_en = 1;
178
- uart->ctrl1.bit.rcv_hw_flow_thld = 50;
179
- uart->ctrl1.bit.tx_hw_flow_en = 1;
+ //uart->ctrl1.bit.rcv_hw_flow_en = 1;
+ //uart->ctrl1.bit.rcv_hw_flow_thld = 50;
+ //uart->ctrl1.bit.tx_hw_flow_en = 1;
180
}
181
182
static inline void uwp_uart_int_enable(volatile struct uwp_uart *uart,
0 commit comments