/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_mmc.c | 1462 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1469 if (end_add < start_add) in HAL_MMC_Erase() 1485 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_Erase() 1516 start_add *= MMC_BLOCKSIZE; in HAL_MMC_Erase() 1521 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase() 2822 uint32_t start_add = BlockStartAdd; in HAL_MMC_EraseSequence() local 2830 if (end_add < start_add) in HAL_MMC_EraseSequence() 2846 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_EraseSequence() 2878 start_add *= MMC_BLOCKSIZE; in HAL_MMC_EraseSequence() 2883 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_EraseSequence()
|
D | stm32h5xx_hal_sd.c | 1436 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1443 if (end_add < start_add) in HAL_SD_Erase() 1479 start_add *= BLOCKSIZE; in HAL_SD_Erase() 1487 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_mmc.c | 1513 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1520 if (end_add < start_add) in HAL_MMC_Erase() 1536 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_Erase() 1567 start_add *= MMC_BLOCKSIZE; in HAL_MMC_Erase() 1572 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase() 2873 uint32_t start_add = BlockStartAdd; in HAL_MMC_EraseSequence() local 2881 if (end_add < start_add) in HAL_MMC_EraseSequence() 2897 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_EraseSequence() 2929 start_add *= MMC_BLOCKSIZE; in HAL_MMC_EraseSequence() 2934 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_EraseSequence()
|
D | stm32u5xx_hal_sd.c | 1427 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1434 if (end_add < start_add) in HAL_SD_Erase() 1470 start_add *= BLOCKSIZE; in HAL_SD_Erase() 1478 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_mmc.c | 1517 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1524 if (end_add < start_add) in HAL_MMC_Erase() 1540 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_Erase() 1571 start_add *= MMC_BLOCKSIZE; in HAL_MMC_Erase() 1576 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase() 2916 uint32_t start_add = BlockStartAdd; in HAL_MMC_EraseSequence() local 2924 if (end_add < start_add) in HAL_MMC_EraseSequence() 2940 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_EraseSequence() 2972 start_add *= MMC_BLOCKSIZE; in HAL_MMC_EraseSequence() 2977 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_EraseSequence()
|
D | stm32h7xx_hal_sd.c | 1431 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1438 if (end_add < start_add) in HAL_SD_Erase() 1474 start_add *= BLOCKSIZE; in HAL_SD_Erase() 1482 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_mmc.c | 1524 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1531 if (end_add < start_add) in HAL_MMC_Erase() 1547 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_Erase() 1578 start_add *= MMC_BLOCKSIZE; in HAL_MMC_Erase() 1583 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase() 2887 uint32_t start_add = BlockStartAdd; in HAL_MMC_EraseSequence() local 2895 if (end_add < start_add) in HAL_MMC_EraseSequence() 2911 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_EraseSequence() 2943 start_add *= MMC_BLOCKSIZE; in HAL_MMC_EraseSequence() 2948 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_EraseSequence()
|
D | stm32n6xx_hal_sd.c | 1438 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1445 if (end_add < start_add) in HAL_SD_Erase() 1481 start_add *= BLOCKSIZE; in HAL_SD_Erase() 1489 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_mmc.c | 1517 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1524 if (end_add < start_add) in HAL_MMC_Erase() 1540 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_Erase() 1571 start_add *= MMC_BLOCKSIZE; in HAL_MMC_Erase() 1576 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase() 2916 uint32_t start_add = BlockStartAdd; in HAL_MMC_EraseSequence() local 2924 if (end_add < start_add) in HAL_MMC_EraseSequence() 2940 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_EraseSequence() 2972 start_add *= MMC_BLOCKSIZE; in HAL_MMC_EraseSequence() 2977 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_EraseSequence()
|
D | stm32l5xx_hal_sd.c | 1431 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1438 if (end_add < start_add) in HAL_SD_Erase() 1474 start_add *= BLOCKSIZE; in HAL_SD_Erase() 1482 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_mmc.c | 1513 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1520 if (end_add < start_add) in HAL_MMC_Erase() 1536 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_Erase() 1567 start_add *= MMC_BLOCKSIZE; in HAL_MMC_Erase() 1572 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase() 2873 uint32_t start_add = BlockStartAdd; in HAL_MMC_EraseSequence() local 2881 if (end_add < start_add) in HAL_MMC_EraseSequence() 2897 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_EraseSequence() 2929 start_add *= MMC_BLOCKSIZE; in HAL_MMC_EraseSequence() 2934 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_EraseSequence()
|
D | stm32h7rsxx_hal_sd.c | 1427 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1434 if (end_add < start_add) in HAL_SD_Erase() 1470 start_add *= BLOCKSIZE; in HAL_SD_Erase() 1478 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_mmc.c | 1545 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1552 if(end_add < start_add) in HAL_MMC_Erase() 1587 start_add *= 512U; in HAL_MMC_Erase() 1592 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase() 3030 uint32_t start_add = BlockStartAdd; in HAL_MMC_EraseSequence() local 3038 if(end_add < start_add) in HAL_MMC_EraseSequence() 3075 start_add *= 512U; in HAL_MMC_EraseSequence() 3080 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_EraseSequence()
|
D | stm32l4xx_hal_sd.c | 1598 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1605 if(end_add < start_add) in HAL_SD_Erase() 1641 start_add *= 512U; in HAL_SD_Erase() 1649 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_mmc.c | 1395 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1402 if(end_add < start_add) in HAL_MMC_Erase() 1437 start_add *= 512U; in HAL_MMC_Erase() 1442 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase()
|
D | stm32f2xx_hal_sd.c | 1380 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1387 if(end_add < start_add) in HAL_SD_Erase() 1423 start_add *= 512U; in HAL_SD_Erase() 1431 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_mmc.c | 1395 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1402 if(end_add < start_add) in HAL_MMC_Erase() 1437 start_add *= 512U; in HAL_MMC_Erase() 1442 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase()
|
D | stm32f1xx_hal_sd.c | 1380 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1387 if(end_add < start_add) in HAL_SD_Erase() 1423 start_add *= 512U; in HAL_SD_Erase() 1431 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_mmc.c | 1395 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1402 if(end_add < start_add) in HAL_MMC_Erase() 1437 start_add *= 512U; in HAL_MMC_Erase() 1442 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase()
|
D | stm32f7xx_hal_sd.c | 1385 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1392 if(end_add < start_add) in HAL_SD_Erase() 1428 start_add *= 512U; in HAL_SD_Erase() 1436 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_mmc.c | 1419 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1426 if(end_add < start_add) in HAL_MMC_Erase() 1461 start_add *= 512U; in HAL_MMC_Erase() 1466 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase()
|
D | stm32f4xx_hal_sd.c | 1421 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1428 if(end_add < start_add) in HAL_SD_Erase() 1464 start_add *= 512U; in HAL_SD_Erase() 1472 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_sd.c | 1393 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1400 if(end_add < start_add) in HAL_SD_Erase() 1436 start_add *= 512U; in HAL_SD_Erase() 1444 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_sd.c | 1394 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1401 if(end_add < start_add) in HAL_SD_Erase() 1437 start_add *= 512U; in HAL_SD_Erase() 1445 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|