Searched refs:deviceAddress (Results 1 – 1 of 1) sorted by relevance
322 uint32_t deviceAddress = 0; in HAL_NAND_Read_ID() local334 deviceAddress = NAND_DEVICE; in HAL_NAND_Read_ID()340 *(__IO uint8_t *)((uint32_t)(deviceAddress | CMD_AREA)) = NAND_CMD_READID; in HAL_NAND_Read_ID()342 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = 0x00; in HAL_NAND_Read_ID()348 data = *(__IO uint32_t *)deviceAddress; in HAL_NAND_Read_ID()358 data = *(__IO uint32_t *)deviceAddress; in HAL_NAND_Read_ID()359 data1 = *((__IO uint32_t *)deviceAddress + 4); in HAL_NAND_Read_ID()385 uint32_t deviceAddress = 0; in HAL_NAND_Reset() local397 deviceAddress = NAND_DEVICE; in HAL_NAND_Reset()403 *(__IO uint8_t *)((uint32_t)(deviceAddress | CMD_AREA)) = 0xFF; in HAL_NAND_Reset()[all …]