Home
last modified time | relevance | path

Searched defs:BlockSize (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_sd.c470 …s(SD_HandleTypeDef *hsd, uint32_t *pReadBuffer, uint64_t ReadAddr, uint32_t BlockSize, uint32_t Nu… in HAL_SD_ReadBlocks()
654 …SD_HandleTypeDef *hsd, uint32_t *pWriteBuffer, uint64_t WriteAddr, uint32_t BlockSize, uint32_t Nu… in HAL_SD_WriteBlocks()
872 …A(SD_HandleTypeDef *hsd, uint32_t *pReadBuffer, uint64_t ReadAddr, uint32_t BlockSize, uint32_t Nu… in HAL_SD_ReadBlocks_DMA()
989 …SD_HandleTypeDef *hsd, uint32_t *pWriteBuffer, uint64_t WriteAddr, uint32_t BlockSize, uint32_t Nu… in HAL_SD_WriteBlocks_DMA()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_nand.h112 …uint32_t BlockSize; /*!< NAND memory block size measured in number of pages … member
Dstm32l4xx_hal_sd.h120 uint32_t BlockSize; /*!< Specifies one block size in bytes */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_sdmmc.c556 uint32_t SDMMC_CmdBlockLength(SDMMC_TypeDef *SDMMCx, uint32_t BlockSize) in SDMMC_CmdBlockLength()