Searched refs:deviceAddress (Results 1 – 1 of 1) sorted by relevance
383 uint32_t deviceAddress; in HAL_NAND_Read_ID() local399 deviceAddress = NAND_DEVICE; in HAL_NAND_Read_ID()402 *(__IO uint8_t *)((uint32_t)(deviceAddress | CMD_AREA)) = NAND_CMD_READID; in HAL_NAND_Read_ID()404 *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = 0x00; in HAL_NAND_Read_ID()410 data = *(__IO uint32_t *)deviceAddress; in HAL_NAND_Read_ID()420 data = *(__IO uint32_t *)deviceAddress; in HAL_NAND_Read_ID()421 data1 = *((__IO uint32_t *)deviceAddress + 4); in HAL_NAND_Read_ID()452 uint32_t deviceAddress; in HAL_NAND_Reset() local468 deviceAddress = NAND_DEVICE; in HAL_NAND_Reset()471 *(__IO uint8_t *)((uint32_t)(deviceAddress | CMD_AREA)) = 0xFF; in HAL_NAND_Reset()[all …]