Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_nand.c466 …AND_HandleTypeDef *hnand, NAND_AddressTypeDef *pAddress, uint8_t *pBuffer, uint32_t NumPageToWrite) in HAL_NAND_Write_Page() argument
490 …while ((NumPageToWrite != 0) && (nandAddress < ((hnand->Info.BlockSize) * (hnand->Info.PageSize) *… in HAL_NAND_Write_Page()
532 NumPageToWrite--; in HAL_NAND_Write_Page()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_nand.h178 …ND_HandleTypeDef *hnand, NAND_AddressTypeDef *pAddress, uint8_t *pBuffer, uint32_t NumPageToWrite);

Completed in 3 milliseconds