Searched refs:io_driver_msg_send (Results 1 – 1 of 1) sorted by relevance
29 T_IO_MSG io_driver_msg_send; in data_uart_msg_send() local31 io_driver_msg_send.type = IO_MSG_TYPE_UART; in data_uart_msg_send()32 io_driver_msg_send.subtype = rx_char; in data_uart_msg_send()34 if (os_msg_send(h_io_q, &io_driver_msg_send, 0) == false) in data_uart_msg_send()
Completed in 3 milliseconds