Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_mmc.c1462 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()
Dstm32h5xx_hal_sd.c1436 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/
Dstm32u5xx_hal_mmc.c1513 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()
Dstm32u5xx_hal_sd.c1427 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/
Dstm32h7xx_hal_mmc.c1517 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()
Dstm32h7xx_hal_sd.c1431 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/
Dstm32n6xx_hal_mmc.c1524 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()
Dstm32n6xx_hal_sd.c1438 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/
Dstm32l5xx_hal_mmc.c1517 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()
Dstm32l5xx_hal_sd.c1431 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/
Dstm32h7rsxx_hal_mmc.c1513 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()
Dstm32h7rsxx_hal_sd.c1427 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/
Dstm32l4xx_hal_mmc.c1545 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()
Dstm32l4xx_hal_sd.c1598 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/
Dstm32f2xx_hal_mmc.c1395 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()
Dstm32f2xx_hal_sd.c1380 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/
Dstm32f1xx_hal_mmc.c1395 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()
Dstm32f1xx_hal_sd.c1380 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/
Dstm32f7xx_hal_mmc.c1395 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()
Dstm32f7xx_hal_sd.c1385 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/
Dstm32f4xx_hal_mmc.c1419 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()
Dstm32f4xx_hal_sd.c1421 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/
Dstm32l1xx_hal_sd.c1393 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/
Dstm32mp1xx_hal_sd.c1394 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()