Home
last modified time | relevance | path

Searched refs:UART_FLG_RD_BLOCK (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_asr.c51 #define UART_FLG_RD_BLOCK (1 << 2) macro
248 if (udd->flags & UART_FLG_RD_BLOCK) { in UartHostDevRead()
404 udd->flags |= UART_FLG_RD_BLOCK; in UartHostDevSetTransMode()
406 udd->flags &= (~UART_FLG_RD_BLOCK); in UartHostDevSetTransMode()
H A Duart_gr5xx.c32 #define UART_FLG_RD_BLOCK (1 << 2) macro
352 udd->flags |= UART_FLG_RD_BLOCK; in UartHostDevSetTransMode()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-uart-develop.md267 #define UART_FLG_RD_BLOCK (1 << 2)
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-uart-develop.md244 #define UART_FLG_RD_BLOCK (1 << 2)