Home
last modified time | relevance | path

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

/Zephyr-4.1.0/drivers/serial/
Duart_mcux_flexcomm.c50 void (*tx_timeout_func)(struct k_work *work); member
921 config->tx_timeout_func); in flexcomm_uart_async_init()
1179 .tx_timeout_func = mcux_flexcomm_uart_##n##_tx_timeout,