Home
last modified time | relevance | path

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

/drivers/hdf_core/adapter/platform/uart/
Duart_gr5xx.c49 static uint32_t g_uartRxSem[APP_UART_ID_MAX]; variable
66 LOS_SemPost(g_uartRxSem[APP_UART_ID_0]); in Uart0Callback()
68 LOS_SemPost(g_uartRxSem[APP_UART_ID_0]); in Uart0Callback()
76 LOS_SemPost(g_uartRxSem[APP_UART_ID_1]); in Uart1Callback()
78 LOS_SemPost(g_uartRxSem[APP_UART_ID_1]); in Uart1Callback()
194 LOS_SemPend(g_uartRxSem[udd->id], 0); in UartHostDevRead()
202 uwRet = LOS_SemPend(g_uartRxSem[udd->id], LOS_WAIT_FOREVER); in UartHostDevRead()
365 uwRet = LOS_BinarySemCreate(0, &g_uartRxSem[id]); in UartDevSemInit()
385 if (g_uartRxSem[id] != 0) { in UartDevSemDeinit()
386 LOS_SemDelete(g_uartRxSem[id]); in UartDevSemDeinit()
[all …]