Searched refs:uart_mailbox (Results 1 – 1 of 1) sorted by relevance
60 static hal_mailbox_t uart_mailbox[UART_MAX]; variable122 ret = hal_is_mailbox_empty((hal_mailbox_t)uart_mailbox[dev_id]); in hal_uart_check_poll_state()408 hal_mailbox_send((hal_mailbox_t)uart_mailbox[uart_port], ch); in uart_handle_rx()687 uart_mailbox[uart_port] = hal_mailbox_create(uart_name, UART_FIFO_SIZE); in hal_uart_init()688 if (uart_mailbox[uart_port] == NULL) in hal_uart_init()822 ret = hal_mailbox_recv((hal_mailbox_t)uart_mailbox[dev], &data_rev, -1); in hal_uart_receive()848 ret = hal_mailbox_recv((hal_mailbox_t)uart_mailbox[dev], &data_rev, timeout); in hal_uart_receive_no_block()
Completed in 4 milliseconds