Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_uart.h27 enum HAL_UART_ID_T { enum
144 int hal_uart_close(enum HAL_UART_ID_T id);
146 int hal_uart_opened(enum HAL_UART_ID_T id);
148 int hal_uart_pause(enum HAL_UART_ID_T id);
150 int hal_uart_continue(enum HAL_UART_ID_T id);
152 int hal_uart_readable(enum HAL_UART_ID_T id);
154 int hal_uart_writable(enum HAL_UART_ID_T id);
156 uint8_t hal_uart_getc(enum HAL_UART_ID_T id);
168 void hal_uart_clear_status(enum HAL_UART_ID_T id);
170 void hal_uart_break_set(enum HAL_UART_ID_T id);
[all …]
/AliOS-Things-master/hardware/chip/haas1000/hal/2ndboot/
A Duart.c10 static enum HAL_UART_ID_T trace_uart = HAL_UART_ID_0;
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Duart.c274 enum HAL_UART_ID_T uart_id = hal_trace_get_id(); in hal_panic_uart_open()
297 enum HAL_UART_ID_T uart_id; in hal_uart_init()

Completed in 5 milliseconds