Home
last modified time | relevance | path

Searched refs:UART_IO_READ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Duart_if.h254 UART_IO_READ, /**< Read data. */ enumerator
/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/
H A Duart_service.c167 case UART_IO_READ: in UartIoDispatch()
H A Duart_if_u.c143 ret = UartDispatch(handle, UART_IO_READ, sizeBuf, reply); in UartRead()