Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_smif_sfdp.c164 (NULL != device->eraseCmd)|| \
221 uint8_t eraseCmd; /**< The instruction used for erase transaction */ member
1874 device->eraseCmd->command = CY_SMIF_NO_COMMAND_OR_MODE; in SfdpGetSectorEraseCommand()
1899 eraseTypeStc[i].eraseCmd = sfdpBuffer[FOUR_BYTE_ADDR_ERASE_TYPE_1 + i]; in SfdpGetSectorEraseCommand()
1904 device->eraseCmd->command = sfdpBuffer[eraseOffset]; in SfdpGetSectorEraseCommand()
1906 device->eraseCmd->cmdPresence = CY_SMIF_PRESENT_1BYTE; in SfdpGetSectorEraseCommand()
1932 device->eraseCmd->command = sfdpBuffer[eraseOffset]; in SfdpGetSectorEraseCommand()
1934 device->eraseCmd->cmdPresence = CY_SMIF_PRESENT_1BYTE; in SfdpGetSectorEraseCommand()
1942 device->eraseCmd->cmdWidth = CY_SMIF_WIDTH_SINGLE; in SfdpGetSectorEraseCommand()
1945 device->eraseCmd->addrWidth = CY_SMIF_WIDTH_SINGLE; in SfdpGetSectorEraseCommand()
[all …]
Dcy_smif_memslot.c765 device->eraseCmd->commandH = CY_SMIF_CHIP_ERASE_CMD; in cy_smif_octalddrenable()
766 device->eraseCmd->cmdRate = CY_SMIF_DDR; in cy_smif_octalddrenable()
767 device->eraseCmd->cmdWidth = CY_SMIF_WIDTH_OCTAL; in cy_smif_octalddrenable()
768 device->eraseCmd->cmdPresence = CY_SMIF_PRESENT_2BYTE; in cy_smif_octalddrenable()
769 device->eraseCmd->addrRate = CY_SMIF_DDR; in cy_smif_octalddrenable()
770 device->eraseCmd->addrWidth = CY_SMIF_WIDTH_OCTAL; in cy_smif_octalddrenable()
1001 cy_stc_smif_mem_cmd_t *cmdErase = device->eraseCmd; in Cy_SMIF_MemCmdSectorErase()
1009 …uint16_t eraseCommand = (uint16_t)((result == CY_SMIF_SUCCESS) ? (hybrInfo->eraseCmd) : (cmdErase-… in Cy_SMIF_MemCmdSectorErase()
1011 if (device->eraseCmd->cmdWidth != CY_SMIF_WIDTH_OCTAL) in Cy_SMIF_MemCmdSectorErase()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_smif_memslot.h628 …uint32_t eraseCmd; /**< This specifies the region specific erase instruction … member
784 cy_stc_smif_mem_cmd_t* eraseCmd; /**< This specifies the Erase command */ member