Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_nand.c322 uint32_t deviceAddress = 0; in HAL_NAND_Read_ID() local
334 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() local
397 deviceAddress = NAND_DEVICE; in HAL_NAND_Reset()
403 *(__IO uint8_t *)((uint32_t)(deviceAddress | CMD_AREA)) = 0xFF; in HAL_NAND_Reset()
[all …]