Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_nand.c304 uint32_t deviceAddress = 0; in HAL_NAND_Read_ID() local
315 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() local
361 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