Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dspi_nor.h35 #define SPI_NOR_CMD_PP_1_1_4 0x32 /* Quad Page program (1-1-4) */ macro
DKconfig.stm32102 and write with SPI_NOR_CMD_PP_1_1_4 on 4 lines
Dflash_stm32_qspi.c186 __ASSERT_NO_MSG(dev_data->qspi_write_cmd == SPI_NOR_CMD_PP_1_1_4 || in qspi_prepare_quad_program()
192 if (cmd->Instruction == SPI_NOR_CMD_PP_1_1_4) { in qspi_prepare_quad_program()
196 cmd->AddressMode = ((cmd->Instruction == SPI_NOR_CMD_PP_1_1_4) in qspi_prepare_quad_program()
Dflash_stm32_ospi.c1080 case SPI_NOR_CMD_PP_1_1_4: in stm32_ospi_set_memorymap()
1482 case SPI_NOR_CMD_PP_1_1_4: in flash_stm32_ospi_write()
1960 case SPI_NOR_CMD_PP_1_1_4: in spi_nor_convert_write_to_4b()
Dflash_stm32_xspi.c1314 case SPI_NOR_CMD_PP_1_1_4: { in flash_stm32_xspi_write()
1797 case SPI_NOR_CMD_PP_1_1_4: in spi_nor_convert_write_to_4b()
Dflash_nxp_s32_qspi_nor.c296 QSPI_LUT_OP(QSPI_IP_LUT_INSTR_CMD, QSPI_IP_LUT_PADS_1, SPI_NOR_CMD_PP_1_1_4),
Dflash_mcux_flexspi_nor.c837 SPI_NOR_CMD_PP_1_1_4, kFLEXSPI_Command_RADDR_SDR, in flash_flexspi_nor_config_flash()