Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_nand.c449 uint32_t deviceAddress = 0, size = 0, numPagesRead = 0, nandAddress = 0; in HAL_NAND_Read_Page_8b() local
473 size = (hnand->Config.PageSize) + ((hnand->Config.PageSize) * numPagesRead); in HAL_NAND_Read_Page_8b()
561 numPagesRead++; in HAL_NAND_Read_Page_8b()
592 uint32_t deviceAddress = 0, size = 0, numPagesRead = 0, nandAddress = 0; in HAL_NAND_Read_Page_16b() local
616 size = (hnand->Config.PageSize) + ((hnand->Config.PageSize) * numPagesRead); in HAL_NAND_Read_Page_16b()
703 numPagesRead++; in HAL_NAND_Read_Page_16b()