Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/disk/
Dsdmmc_stm32.c373 static int stm32_sdmmc_read_blocks(HandleTypeDef *hsd, uint8_t *data_buf, in stm32_sdmmc_read_blocks() function
404 err = stm32_sdmmc_read_blocks(&priv->hsd, data_buf, start_sector, num_sector); in stm32_sdmmc_access_read()