Searched refs:cmdErase (Results 1 – 1 of 1) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_smif_memslot.c | 895 cy_stc_smif_mem_cmd_t *cmdErase = memDevice->deviceCfg->chipEraseCmd; in Cy_SMIF_MemCmdChipErase() local 896 if(NULL != cmdErase) in Cy_SMIF_MemCmdChipErase() 898 result = Cy_SMIF_TransmitCommand( base, (uint8_t)cmdErase->command, in Cy_SMIF_MemCmdChipErase() 899 cmdErase->cmdWidth, NULL, in Cy_SMIF_MemCmdChipErase() 953 cy_stc_smif_mem_cmd_t *cmdErase = device->eraseCmd; in Cy_SMIF_MemCmdSectorErase() local 959 …if ((NULL != cmdErase) && (CY_SMIF_WIDTH_NA != cmdErase->cmdWidth) && (result != CY_SMIF_BAD_PARAM… in Cy_SMIF_MemCmdSectorErase() 961 …raseCommand = (uint16_t)((result == CY_SMIF_SUCCESS) ? (hybrInfo->eraseCmd) : (cmdErase->command)); in Cy_SMIF_MemCmdSectorErase() 967 cmdErase->cmdWidth, sectorAddr, device->numOfAddrBytes, in Cy_SMIF_MemCmdSectorErase() 968 cmdErase->cmdWidth, memDevice->slaveSelect, in Cy_SMIF_MemCmdSectorErase() 976 true,cmdErase->cmdWidth, cmdErase->cmdRate, sectorAddr, device->numOfAddrBytes, in Cy_SMIF_MemCmdSectorErase() [all …]
|