Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dspi_nor.h94 #define SPI_NOR_AUTO_POLLING_INTERVAL 0x10 macro
Dflash_stm32_xspi.c439 s_config.IntervalTime = SPI_NOR_AUTO_POLLING_INTERVAL; in stm32_xspi_mem_erased()
489 s_config.IntervalTime = SPI_NOR_AUTO_POLLING_INTERVAL; in stm32_xspi_mem_ready()
559 s_config.IntervalTime = SPI_NOR_AUTO_POLLING_INTERVAL; in stm32_xspi_write_enable()
Dflash_stm32_ospi.c590 s_config.Interval = SPI_NOR_AUTO_POLLING_INTERVAL; in stm32_ospi_mem_erased()
638 s_config.Interval = SPI_NOR_AUTO_POLLING_INTERVAL; in stm32_ospi_mem_ready()
704 s_config.Interval = SPI_NOR_AUTO_POLLING_INTERVAL; in stm32_ospi_write_enable()