Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/spifi/
Dfsl_spifi_nor_flash.c270 cmd.format = kSPIFI_CommandAllSerial; in spifi_nor_read_status()
293 cmd.format = kSPIFI_CommandAllSerial; in spifi_check_norflash_finish()
363 status = spifi_nor_write_enable(base, memHandle, kSPIFI_CommandAllSerial); in spifi_nor_quad_mode_enable()
383 cmd.format = kSPIFI_CommandAllSerial; in spifi_nor_quad_mode_enable()
396 cmd.format = kSPIFI_CommandAllSerial; in spifi_nor_quad_mode_enable()
423 cmd.format = kSPIFI_CommandAllSerial; in spifi_nor_read_sfdp()
444 cmd.format = kSPIFI_CommandAllSerial; in spifi_nor_writeprotect_disable()
663 if (kSPIFI_CommandAllSerial != memHandle->readmemCommandFormt) in spifi_nor_parse_sfdp()
789 status = spifi_nor_write_enable(base, memSpifiHandler, kSPIFI_CommandAllSerial); in spifi_nor_erase_sector()
802 cmd.format = kSPIFI_CommandAllSerial; in spifi_nor_erase_sector()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/lpc54s018m/
Dmflash_drv.c26 …{MFLASH_PAGE_SIZE, false, kSPIFI_DataInput, 1, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeAddrTh…
28 …{MFLASH_PAGE_SIZE, false, kSPIFI_DataOutput, 0, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeAddrT…
30 {1, false, kSPIFI_DataInput, 0, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeOnly, 0x05},
32 …{0, false, kSPIFI_DataOutput, 0, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeAddrThreeBytes, 0x20…
34 {0, false, kSPIFI_DataOutput, 0, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeOnly, 0x06},
36 {4, false, kSPIFI_DataOutput, 0, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeOnly, 0x01}};
/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/lpc54xxx/
Dmflash_drv.c26 …{MFLASH_PAGE_SIZE, false, kSPIFI_DataInput, 1, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeAddrTh…
28 …{MFLASH_PAGE_SIZE, false, kSPIFI_DataOutput, 0, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeAddrT…
30 {1, false, kSPIFI_DataInput, 0, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeOnly, 0x05},
32 …{0, false, kSPIFI_DataOutput, 0, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeAddrThreeBytes, 0x20…
34 {0, false, kSPIFI_DataOutput, 0, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeOnly, 0x06},
36 {4, false, kSPIFI_DataOutput, 0, kSPIFI_CommandAllSerial, kSPIFI_CommandOpcodeOnly, 0x01}};
/hal_nxp-latest/mcux/mcux-sdk/drivers/spifi/
Dfsl_spifi.h66 kSPIFI_CommandAllSerial = 0x0, /*!< All fields of command are serial. */ enumerator