Searched refs:deviceAddress (Results 1 – 1 of 1) sorted by relevance
304 uint32_t deviceAddress = 0; in HAL_NAND_Read_ID() local315 deviceAddress = NAND_DEVICE; in HAL_NAND_Read_ID()325 data = *(__IO uint32_t *)deviceAddress; in HAL_NAND_Read_ID()350 uint32_t deviceAddress = 0; in HAL_NAND_Reset() local361 deviceAddress = NAND_DEVICE; in HAL_NAND_Reset()403 deviceAddress = NAND_DEVICE; in HAL_NAND_Read_Page()433 *(uint8_t *)pBuffer++ = *(uint8_t *)deviceAddress; in HAL_NAND_Read_Page()481 deviceAddress = NAND_DEVICE; in HAL_NAND_Write_Page()570 deviceAddress = NAND_DEVICE; in HAL_NAND_Read_SpareArea()601 *(uint8_t *)pBuffer++ = *(uint8_t *)deviceAddress; in HAL_NAND_Read_SpareArea()[all …]
Completed in 4 milliseconds