Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dt-bindings/flash_controller/
Dospi.h19 #define OSPI_SPI_MODE 1 macro
/Zephyr-latest/drivers/flash/
Dflash_stm32_ospi.c384 OSPI_RegularCmdTypeDef cmd = ospi_prepare_cmd(OSPI_SPI_MODE, OSPI_STR_TRANSFER); in stm32_ospi_read_jedec_id()
718 s_command.Instruction = (nor_mode == OSPI_SPI_MODE) in stm32_ospi_write_cfg2reg_dummy()
723 s_command.NbData = (nor_mode == OSPI_SPI_MODE) ? 1U in stm32_ospi_write_cfg2reg_dummy()
748 s_command.Instruction = (nor_mode == OSPI_SPI_MODE) in stm32_ospi_write_cfg2reg_io()
753 s_command.NbData = (nor_mode == OSPI_SPI_MODE) ? 1U in stm32_ospi_write_cfg2reg_io()
778 s_command.Instruction = (nor_mode == OSPI_SPI_MODE) in stm32_ospi_read_cfg2reg()
782 s_command.DummyCycles = (nor_mode == OSPI_SPI_MODE) in stm32_ospi_read_cfg2reg()
820 OSPI_SPI_MODE, OSPI_STR_TRANSFER) != 0) { in stm32_ospi_config_mem()
827 OSPI_SPI_MODE, OSPI_STR_TRANSFER) != 0) { in stm32_ospi_config_mem()
832 OSPI_SPI_MODE, OSPI_STR_TRANSFER) != 0) { in stm32_ospi_config_mem()
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst2037 * :github:`49100` - STM b_u585i_iot02a NOR flash and OSPI_SPI_MODE, erase failed