Searched refs:uart_max32_async_tx_timeout (Results 1 – 1 of 1) sorted by relevance
267 static void uart_max32_async_tx_timeout(struct k_work *work);325 k_work_init_delayable(&data->async.tx.timeout_work, uart_max32_async_tx_timeout); in uart_max32_init()715 static void uart_max32_async_tx_timeout(struct k_work *work) in uart_max32_async_tx_timeout() function