Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/
A Dusbd_mscuser.h75 uint32_t BlockSize; /**< Block size in number of bytes */ member
250 uint32_t BlockSize; member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_sd.h637 …_HandleTypeDef *hsd, uint32_t *pReadBuffer, uint64_t ReadAddr, uint32_t BlockSize, uint32_t Number…
638 …andleTypeDef *hsd, uint32_t *pWriteBuffer, uint64_t WriteAddr, uint32_t BlockSize, uint32_t Number…
653 …_HandleTypeDef *hsd, uint32_t *pReadBuffer, uint64_t ReadAddr, uint32_t BlockSize, uint32_t Number…
654 …andleTypeDef *hsd, uint32_t *pWriteBuffer, uint64_t WriteAddr, uint32_t BlockSize, uint32_t Number…
A Dstm32f7xx_hal_nand.h108 uint32_t BlockSize; /*!< NAND memory block size number of pages */ member
264 …>Block + (((__ADDRESS__)->Zone) * ((__HANDLE__)->Info.ZoneSize)))* ((__HANDLE__)->Info.BlockSize)))
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_sd.c471 BlockSize = 512; in HAL_SD_ReadBlocks()
476 sdmmc_cmdinitstructure.Argument = (uint32_t) BlockSize; in HAL_SD_ReadBlocks()
492 sdmmc_datainitstructure.DataLength = NumberOfBlocks * BlockSize; in HAL_SD_ReadBlocks()
623 BlockSize = 512; in HAL_SD_WriteBlocks()
628 sdmmc_cmdinitstructure.Argument = (uint32_t)BlockSize; in HAL_SD_WriteBlocks()
665 totalnumberofbytes = NumberOfBlocks * BlockSize; in HAL_SD_WriteBlocks()
669 sdmmc_datainitstructure.DataLength = NumberOfBlocks * BlockSize; in HAL_SD_WriteBlocks()
822 BlockSize = 512; in HAL_SD_ReadBlocks_DMA()
827 sdmmc_cmdinitstructure.Argument = (uint32_t)BlockSize; in HAL_SD_ReadBlocks_DMA()
927 BlockSize = 512; in HAL_SD_WriteBlocks_DMA()
[all …]
A Dstm32f7xx_hal_nand.c412 …while ((NumPageToRead != 0) && (nandAddress < ((hnand->Info.BlockSize) * (hnand->Info.PageSize) * … in HAL_NAND_Read_Page()
490 …while ((NumPageToWrite != 0) && (nandAddress < ((hnand->Info.BlockSize) * (hnand->Info.PageSize) *… in HAL_NAND_Write_Page()
579 …while ((NumSpareAreaToRead != 0) && (nandAddress < ((hnand->Info.BlockSize) * (hnand->Info.SpareAr… in HAL_NAND_Read_SpareArea()
656 …while ((NumSpareAreaTowrite != 0) && (nandAddress < ((hnand->Info.BlockSize) * (hnand->Info.SpareA… in HAL_NAND_Write_SpareArea()
811 if (pAddress->Page == hnand->Info.BlockSize) { in HAL_NAND_Address_Inc()

Completed in 15 milliseconds