Home
last modified time | relevance | path

Searched refs:UART_ATTR_RTS_DIS (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Duart_if.h161 #define UART_ATTR_RTS_DIS 0 macro
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-uart-des.md229 attribute.rts = UART_ATTR_RTS_DIS; // UART禁用RTS
431 attribute.rts = UART_ATTR_RTS_DIS; // UART禁用RTS
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Duart_test.c206 attribute.rts = UART_ATTR_RTS_DIS; in UartSetAttributeTest()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/uart/
H A Duart_adapter.c413 return UART_ATTR_RTS_DIS; in CtsRtsToAttr()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-uart-des.md217 attribute.rts = UART_ATTR_RTS_DIS; // Disable RTS.
411 attribute.rts = UART_ATTR_RTS_DIS; // Disable RTS.