/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_mmc.c | 1445 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1452 if (end_add < start_add) in HAL_MMC_Erase() 1468 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_Erase() 1499 start_add *= 512U; in HAL_MMC_Erase() 1504 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase() 2790 uint32_t start_add = BlockStartAdd; in HAL_MMC_EraseSequence() local 2798 if (end_add < start_add) in HAL_MMC_EraseSequence() 2814 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_EraseSequence() 2846 start_add *= 512U; in HAL_MMC_EraseSequence() 2851 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_EraseSequence()
|
D | stm32l5xx_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 *= 512U; in HAL_SD_Erase() 1478 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_mmc.c | 1451 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1458 if (end_add < start_add) in HAL_MMC_Erase() 1474 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_Erase() 1505 start_add *= MMC_BLOCKSIZE; in HAL_MMC_Erase() 1510 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase() 2811 uint32_t start_add = BlockStartAdd; in HAL_MMC_EraseSequence() local 2819 if (end_add < start_add) in HAL_MMC_EraseSequence() 2835 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_EraseSequence() 2867 start_add *= MMC_BLOCKSIZE; in HAL_MMC_EraseSequence() 2872 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_EraseSequence()
|
D | stm32u5xx_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-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_mmc.c | 1453 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1460 if (end_add < start_add) in HAL_MMC_Erase() 1476 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_Erase() 1507 start_add *= 512U; in HAL_MMC_Erase() 1512 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase() 2849 uint32_t start_add = BlockStartAdd; in HAL_MMC_EraseSequence() local 2857 if (end_add < start_add) in HAL_MMC_EraseSequence() 2873 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_EraseSequence() 2905 start_add *= 512U; in HAL_MMC_EraseSequence() 2910 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_EraseSequence()
|
D | stm32h7xx_hal_sd.c | 1434 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1441 if (end_add < start_add) in HAL_SD_Erase() 1477 start_add *= 512U; in HAL_SD_Erase() 1485 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_mmc.c | 1463 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1470 if (end_add < start_add) in HAL_MMC_Erase() 1486 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_Erase() 1517 start_add *= 512U; in HAL_MMC_Erase() 1522 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase() 2820 uint32_t start_add = BlockStartAdd; in HAL_MMC_EraseSequence() local 2828 if (end_add < start_add) in HAL_MMC_EraseSequence() 2844 if (((start_add % 8U) != 0U) || ((end_add % 8U) != 0U)) in HAL_MMC_EraseSequence() 2876 start_add *= 512U; in HAL_MMC_EraseSequence() 2881 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_EraseSequence()
|
D | stm32h5xx_hal_sd.c | 1440 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1447 if (end_add < start_add) in HAL_SD_Erase() 1483 start_add *= 512U; in HAL_SD_Erase() 1491 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-3.5.0/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 | 1593 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1600 if(end_add < start_add) in HAL_SD_Erase() 1636 start_add *= 512U; in HAL_SD_Erase() 1644 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-3.5.0/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 | 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-3.5.0/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-3.5.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_mmc.c | 1359 uint32_t start_add = BlockStartAdd; in HAL_MMC_Erase() local 1366 if(end_add < start_add) in HAL_MMC_Erase() 1401 start_add *= 512U; in HAL_MMC_Erase() 1406 errorstate = SDMMC_CmdEraseStartAdd(hmmc->Instance, start_add); in HAL_MMC_Erase()
|
D | stm32f1xx_hal_sd.c | 1382 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1389 if(end_add < start_add) in HAL_SD_Erase() 1425 start_add *= 512U; in HAL_SD_Erase() 1433 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
/hal_stm32-3.5.0/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-3.5.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_sd.c | 1413 uint32_t start_add = BlockStartAdd; in HAL_SD_Erase() local 1420 if(end_add < start_add) in HAL_SD_Erase() 1456 start_add *= 512U; in HAL_SD_Erase() 1464 errorstate = SDMMC_CmdSDEraseStartAdd(hsd->Instance, start_add); in HAL_SD_Erase()
|
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()
|
/hal_stm32-3.5.0/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()
|