Searched refs:commandH (Results 1 – 3 of 3) sorted by relevance
374 … (uint16_t)(cmdSfdp->command | (uint16_t)(cmdSfdp->commandH << 8U)), in SfdpReadBuffer()2314 cmdRead->commandH = cmdRead->command; in GetOctalDDRParams()2350 device->writeEnCmd->commandH = device->writeEnCmd->command; in GetOctalDDRParams()2356 device->readStsRegWipCmd->commandH = device->readStsRegWipCmd->command; in GetOctalDDRParams()2367 device->chipEraseCmd->commandH = device->chipEraseCmd->command; in GetOctalDDRParams()2742 device->eraseCmd->commandH = device->eraseCmd->command; in Cy_SMIF_MemInitSfdpMode()2749 device->programCmd->commandH = device->programCmd->command; in Cy_SMIF_MemInitSfdpMode()
1626 (uint16_t)(cmdRead->command | cmdRead->commandH << 8), in Cy_SMIF_MemRead()1627 ((bool)cmdRead->commandH), in Cy_SMIF_MemRead()1826 … (uint16_t)(cmdProgram->command | cmdProgram->commandH << 8), in Cy_SMIF_MemWrite()1827 (bool)cmdProgram->commandH, in Cy_SMIF_MemWrite()
614 …uint32_t commandH; /**< The 8-bit command. This value is 0x0 when there is… member1429 … _VAL2FLD(SMIF_DEVICE_RD_CMD_CTL_CODEH, (uint32_t)read->commandH) | in XipRegInit()1458 … _VAL2FLD(SMIF_DEVICE_WR_CMD_CTL_CODEH, (uint32_t)prog->commandH) | in XipRegInit()