Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/uart/uart_pm/src/
Dmain.c15 static void polling_verify(const struct device *dev, bool is_async, bool active) in polling_verify() argument
21 if (DISABLED_RX || is_async) { in polling_verify()
117 bool is_async = async_verify(dev, active); in communication_verify() local
119 polling_verify(dev, is_async, active); in communication_verify()