Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_smif_memslot.c737 device->writeEnCmd->commandH = CY_SMIF_WRITE_ENABLE_CMD; in cy_smif_octalddrenable()
743 device->writeDisCmd->commandH = CY_SMIF_WRITE_ENABLE_CMD; in cy_smif_octalddrenable()
749 device->readStsRegWipCmd->commandH = CY_SMIF_READ_STATUS_REG1_CMD; in cy_smif_octalddrenable()
759 device->chipEraseCmd->commandH = CY_SMIF_CHIP_ERASE_CMD; in cy_smif_octalddrenable()
765 device->eraseCmd->commandH = CY_SMIF_CHIP_ERASE_CMD; in cy_smif_octalddrenable()
773 device->programCmd->commandH = device->programCmd->command; in cy_smif_octalddrenable()
1674 (uint16_t)(cmdRead->command | cmdRead->commandH << 8), in Cy_SMIF_MemRead()
1675 ((bool)cmdRead->commandH), in Cy_SMIF_MemRead()
1856 … (uint16_t)(cmdProgram->command | cmdProgram->commandH << 8), in Cy_SMIF_MemWrite()
1857 (bool)cmdProgram->commandH, in Cy_SMIF_MemWrite()
Dcy_smif_sfdp.c453 … (uint16_t)(cmdSfdp->command | (uint16_t)(cmdSfdp->commandH << 8U)), in SfdpReadBuffer()
2376 cmdRead->commandH = cmdRead->command; in GetOctalDDRParams()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_smif_memslot.h614 …uint32_t commandH; /**< The 8-bit command. This value is 0x0 when there is… member
1371 … _VAL2FLD(SMIF_DEVICE_RD_CMD_CTL_CODEH, (uint32_t)read->commandH) | in XipRegInit()
1400 … _VAL2FLD(SMIF_DEVICE_WR_CMD_CTL_CODEH, (uint32_t)prog->commandH) | in XipRegInit()