예제 #1
0
파일: lpc176x_uart.c 프로젝트: shihyu/mri
static void waitForUartToAllowTransmit(void)
{
    while (!targetUartCanTransmit())
    {
        yieldUartBusToDma();
    }
}
예제 #2
0
static void waitForUartToAllowTransmit(void)
{
    while (!targetUartCanTransmit())
    {
    }
}