Home
last modified time | relevance | path

Searched refs:isBlock (Results 1 - 4 of 4) sorted by relevance

/drivers/hdf_core/adapter/platform/uart/
H A Duart_bes.h43 bool isBlock; member
H A Duart_stm32f4xx.c137 bool isBlock; member
260 ctx->isBlock = true; in InitContextTransMode()
265 ctx->isBlock = false; in InitContextTransMode()
270 ctx->isBlock = false; in InitContextTransMode()
275 ctx->isBlock = false; in InitContextTransMode()
280 ctx->isBlock = false; in InitContextTransMode()
361 g_exitIrqnMap[uartDevice->uartId - 1], g_uartCtx[uartDevice->uartId - 1].isBlock); in InitUartDevice()
699 ret = USART_RxData(uartId, data, size, g_uartCtx[uartId - 1].isBlock);
1032 g_uartCtx[uartId - 1].isBlock = true;
1035 g_uartCtx[uartId - 1].isBlock
[all...]
H A Duart_wm.c44 bool isBlock; member
475 if (g_uartCtx[uartId].isBlock) { in UartHostDevRead()
639 g_uartCtx[uartId].isBlock = true; in UartHostDevSetTransMode()
642 g_uartCtx[uartId].isBlock = false; in UartHostDevSetTransMode()
H A Duart_bes.c727 if (g_uartCtx[uartId].isBlock) {
760 if (g_uartCtx[uartId].isBlock) {
1003 g_uartCtx[uartId].isBlock = true;
1006 g_uartCtx[uartId].isBlock = false;

Completed in 4 milliseconds