Home
last modified time | relevance | path

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

/test/xts/acts/iothardware_lite/peripheral_hal/src/
H A Diot_uart_test.c22 const unsigned int COMPILABILITY_TEST_UART_PORT = 0xFFFFFFFF; variable
67 IoTUartInit(COMPILABILITY_TEST_UART_PORT, &uartAttr);
78 IoTUartWrite(COMPILABILITY_TEST_UART_PORT, uartWriteBuff, sizeof(uartWriteBuff));
89 IoTUartRead(COMPILABILITY_TEST_UART_PORT, uartReadBuff, sizeof(uartReadBuff));
99 IoTUartSetFlowCtrl(COMPILABILITY_TEST_UART_PORT, IOT_FLOW_CTRL_NONE);
109 IoTUartDeinit(COMPILABILITY_TEST_UART_PORT); variable

Completed in 1 milliseconds