Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_nand.c383 uint32_t deviceAddress; in HAL_NAND_Read_ID() local
399 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() local
468 deviceAddress = NAND_DEVICE; in HAL_NAND_Reset()
471 *(__IO uint8_t *)((uint32_t)(deviceAddress | CMD_AREA)) = 0xFF; in HAL_NAND_Reset()
[all …]