Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c421 bool txstopped = nrf_uarte_event_check(uarte, NRF_UARTE_EVENT_TXSTOPPED); in uarte_nrfx_isr_int() local
423 if (txstopped && (IS_ENABLED(CONFIG_PM_DEVICE_RUNTIME) || LOW_POWER_ENABLED(config))) { in uarte_nrfx_isr_int()
449 if (txstopped) { in uarte_nrfx_isr_int()