Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_nand.h98 …uint32_t BlockSize; /*!< NAND memory block size measured in number of pages … member
H A Dstm32l4xx_hal_mmc.h102 uint32_t BlockSize; /*!< Specifies one block size in bytes */ member
H A Dstm32l4xx_hal_sd.h104 uint32_t BlockSize; /*!< Specifies one block size in bytes */ member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_nand.h108 …uint32_t BlockSize; /*!< NAND memory block size measured in number of pages … member
H A Dstm32f4xx_hal_mmc.h101 uint32_t BlockSize; /*!< Specifies one block size in bytes */ member
H A Dstm32f4xx_hal_sd.h104 uint32_t BlockSize; /*!< Specifies one block size in bytes */ member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_sdmmc.c518 uint32_t SDMMC_CmdBlockLength(SDIO_TypeDef *SDIOx, uint32_t BlockSize) in SDMMC_CmdBlockLength()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_sdmmc.c553 uint32_t SDMMC_CmdBlockLength(SDMMC_TypeDef *SDMMCx, uint32_t BlockSize) in SDMMC_CmdBlockLength()