Searched refs:tx_arg (Results 1 – 2 of 2) sorted by relevance
47 int hal_uart_init_cbs(uint32_t port, hal_uart_tx_cb_t tx_cb, void *tx_arg, hal_uart_rx_cb_t rx_cb, … in hal_uart_init_cbs() argument49 hal_uart_tx_arg = tx_arg; in hal_uart_init_cbs()
40 int hal_uart_init_cbs(uint32_t port, hal_uart_tx_cb_t tx_cb, void *tx_arg, hal_uart_rx_cb_t rx_cb, …
Completed in 31 milliseconds