Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c305 #define LOW_POWER_ENABLED(_config) \ macro
452 if (txstopped && (IS_ENABLED(CONFIG_PM_DEVICE_RUNTIME) || LOW_POWER_ENABLED(config))) { in uarte_nrfx_isr_int()
783 if (LOW_POWER_ENABLED(config)) { in tx_start()
1126 if (IS_ENABLED(CONFIG_PM_DEVICE_RUNTIME) || LOW_POWER_ENABLED(cfg)) { in uarte_nrfx_rx_enable()
1187 if (LOW_POWER_ENABLED(cfg)) { in uarte_nrfx_rx_enable()
1648 } else if (IS_ENABLED(CONFIG_PM_DEVICE_RUNTIME) || LOW_POWER_ENABLED(config)) { in rxto_isr()
1666 if (LOW_POWER_ENABLED(config)) { in rxto_isr()
1694 } else if (LOW_POWER_ENABLED(config)) { in txstopped_isr()
1967 if (IS_ENABLED(CONFIG_PM_DEVICE_RUNTIME) || LOW_POWER_ENABLED(config)) { in uarte_nrfx_poll_out()
2253 if (IS_ENABLED(CONFIG_PM_DEVICE_RUNTIME) || !LOW_POWER_ENABLED(cfg)) { in uarte_pm_resume()