Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dspi_nor.c58 #define ACTIVE_DWELL_MS CONFIG_SPI_NOR_ACTIVE_DWELL_MS macro
60 #define ACTIVE_DWELL_MS 0 macro
816 (void)pm_device_runtime_put_async(dev, K_MSEC(ACTIVE_DWELL_MS)); in spi_nor_read()
848 (void)pm_device_runtime_put_async(dev, K_MSEC(ACTIVE_DWELL_MS)); in flash_spi_nor_ex_op()
932 (void)pm_device_runtime_put_async(dev, K_MSEC(ACTIVE_DWELL_MS)); in spi_nor_write()
1023 (void)pm_device_runtime_put_async(dev, K_MSEC(ACTIVE_DWELL_MS)); in spi_nor_erase()
1075 (void)pm_device_runtime_put_async(dev, K_MSEC(ACTIVE_DWELL_MS)); in spi_nor_sfdp_read()
1099 (void)pm_device_runtime_put_async(dev, K_MSEC(ACTIVE_DWELL_MS)); in spi_nor_read_jedec_id()