Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_sdmmc.c516 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
520 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
521 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
522 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
523 sdmmc_cmdinit.WaitForInterrupt = SDMMC_WAIT_NO; in SDMMC_CmdBlockLength()
524 sdmmc_cmdinit.CPSM = SDMMC_CPSM_ENABLE; in SDMMC_CmdBlockLength()
525 (void)SDMMC_SendCommand(SDMMCx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
540 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockCount() local
544 sdmmc_cmdinit.Argument = (uint32_t)BlockCount; in SDMMC_CmdBlockCount()
545 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCK_COUNT; in SDMMC_CmdBlockCount()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_sdmmc.c516 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
520 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
521 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
522 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
523 sdmmc_cmdinit.WaitForInterrupt = SDMMC_WAIT_NO; in SDMMC_CmdBlockLength()
524 sdmmc_cmdinit.CPSM = SDMMC_CPSM_ENABLE; in SDMMC_CmdBlockLength()
525 (void)SDMMC_SendCommand(SDMMCx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
540 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockCount() local
544 sdmmc_cmdinit.Argument = (uint32_t)BlockCount; in SDMMC_CmdBlockCount()
545 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCK_COUNT; in SDMMC_CmdBlockCount()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_sdmmc.c550 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
554 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
555 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
556 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
557 sdmmc_cmdinit.WaitForInterrupt = SDMMC_WAIT_NO; in SDMMC_CmdBlockLength()
558 sdmmc_cmdinit.CPSM = SDMMC_CPSM_ENABLE; in SDMMC_CmdBlockLength()
559 (void)SDMMC_SendCommand(SDMMCx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
574 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdReadSingleBlock() local
578 sdmmc_cmdinit.Argument = (uint32_t)ReadAdd; in SDMMC_CmdReadSingleBlock()
579 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_READ_SINGLE_BLOCK; in SDMMC_CmdReadSingleBlock()
[all …]
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_sdmmc.c511 SDIO_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
515 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
516 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
517 sdmmc_cmdinit.Response = SDIO_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
518 sdmmc_cmdinit.WaitForInterrupt = SDIO_WAIT_NO; in SDMMC_CmdBlockLength()
519 sdmmc_cmdinit.CPSM = SDIO_CPSM_ENABLE; in SDMMC_CmdBlockLength()
520 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
535 SDIO_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdReadSingleBlock() local
539 sdmmc_cmdinit.Argument = (uint32_t)ReadAdd; in SDMMC_CmdReadSingleBlock()
540 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_READ_SINGLE_BLOCK; in SDMMC_CmdReadSingleBlock()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_sdmmc.c511 SDIO_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
515 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
516 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
517 sdmmc_cmdinit.Response = SDIO_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
518 sdmmc_cmdinit.WaitForInterrupt = SDIO_WAIT_NO; in SDMMC_CmdBlockLength()
519 sdmmc_cmdinit.CPSM = SDIO_CPSM_ENABLE; in SDMMC_CmdBlockLength()
520 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
535 SDIO_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdReadSingleBlock() local
539 sdmmc_cmdinit.Argument = (uint32_t)ReadAdd; in SDMMC_CmdReadSingleBlock()
540 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_READ_SINGLE_BLOCK; in SDMMC_CmdReadSingleBlock()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_sdmmc.c511 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
515 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
516 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
517 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
518 sdmmc_cmdinit.WaitForInterrupt = SDMMC_WAIT_NO; in SDMMC_CmdBlockLength()
519 sdmmc_cmdinit.CPSM = SDMMC_CPSM_ENABLE; in SDMMC_CmdBlockLength()
520 (void)SDMMC_SendCommand(SDMMCx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
535 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdReadSingleBlock() local
539 sdmmc_cmdinit.Argument = (uint32_t)ReadAdd; in SDMMC_CmdReadSingleBlock()
540 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_READ_SINGLE_BLOCK; in SDMMC_CmdReadSingleBlock()
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_sdmmc.c524 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
528 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
529 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
530 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
531 sdmmc_cmdinit.WaitForInterrupt = SDMMC_WAIT_NO; in SDMMC_CmdBlockLength()
532 sdmmc_cmdinit.CPSM = SDMMC_CPSM_ENABLE; in SDMMC_CmdBlockLength()
533 (void)SDMMC_SendCommand(SDMMCx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
548 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdReadSingleBlock() local
552 sdmmc_cmdinit.Argument = (uint32_t)ReadAdd; in SDMMC_CmdReadSingleBlock()
553 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_READ_SINGLE_BLOCK; in SDMMC_CmdReadSingleBlock()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_sdmmc.c511 SDIO_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
515 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
516 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
517 sdmmc_cmdinit.Response = SDIO_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
518 sdmmc_cmdinit.WaitForInterrupt = SDIO_WAIT_NO; in SDMMC_CmdBlockLength()
519 sdmmc_cmdinit.CPSM = SDIO_CPSM_ENABLE; in SDMMC_CmdBlockLength()
520 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
535 SDIO_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdReadSingleBlock() local
539 sdmmc_cmdinit.Argument = (uint32_t)ReadAdd; in SDMMC_CmdReadSingleBlock()
540 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_READ_SINGLE_BLOCK; in SDMMC_CmdReadSingleBlock()
[all …]
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_sdmmc.c511 SDIO_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
515 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
516 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
517 sdmmc_cmdinit.Response = SDIO_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
518 sdmmc_cmdinit.WaitForInterrupt = SDIO_WAIT_NO; in SDMMC_CmdBlockLength()
519 sdmmc_cmdinit.CPSM = SDIO_CPSM_ENABLE; in SDMMC_CmdBlockLength()
520 (void)SDIO_SendCommand(SDIOx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
535 SDIO_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdReadSingleBlock() local
539 sdmmc_cmdinit.Argument = (uint32_t)ReadAdd; in SDMMC_CmdReadSingleBlock()
540 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_READ_SINGLE_BLOCK; in SDMMC_CmdReadSingleBlock()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_sdmmc.c516 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
520 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
521 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
522 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
523 sdmmc_cmdinit.WaitForInterrupt = SDMMC_WAIT_NO; in SDMMC_CmdBlockLength()
524 sdmmc_cmdinit.CPSM = SDMMC_CPSM_ENABLE; in SDMMC_CmdBlockLength()
525 (void)SDMMC_SendCommand(SDMMCx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
540 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdReadSingleBlock() local
544 sdmmc_cmdinit.Argument = (uint32_t)ReadAdd; in SDMMC_CmdReadSingleBlock()
545 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_READ_SINGLE_BLOCK; in SDMMC_CmdReadSingleBlock()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_sdmmc.c516 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
520 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
521 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
522 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
523 sdmmc_cmdinit.WaitForInterrupt = SDMMC_WAIT_NO; in SDMMC_CmdBlockLength()
524 sdmmc_cmdinit.CPSM = SDMMC_CPSM_ENABLE; in SDMMC_CmdBlockLength()
525 (void)SDMMC_SendCommand(SDMMCx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
540 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockCount() local
544 sdmmc_cmdinit.Argument = (uint32_t)BlockCount; in SDMMC_CmdBlockCount()
545 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCK_COUNT; in SDMMC_CmdBlockCount()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_sdmmc.c516 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
520 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
521 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
522 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
523 sdmmc_cmdinit.WaitForInterrupt = SDMMC_WAIT_NO; in SDMMC_CmdBlockLength()
524 sdmmc_cmdinit.CPSM = SDMMC_CPSM_ENABLE; in SDMMC_CmdBlockLength()
525 (void)SDMMC_SendCommand(SDMMCx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
540 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockCount() local
544 sdmmc_cmdinit.Argument = (uint32_t)BlockCount; in SDMMC_CmdBlockCount()
545 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCK_COUNT; in SDMMC_CmdBlockCount()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_sdmmc.c516 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockLength() local
520 sdmmc_cmdinit.Argument = (uint32_t)BlockSize; in SDMMC_CmdBlockLength()
521 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCKLEN; in SDMMC_CmdBlockLength()
522 sdmmc_cmdinit.Response = SDMMC_RESPONSE_SHORT; in SDMMC_CmdBlockLength()
523 sdmmc_cmdinit.WaitForInterrupt = SDMMC_WAIT_NO; in SDMMC_CmdBlockLength()
524 sdmmc_cmdinit.CPSM = SDMMC_CPSM_ENABLE; in SDMMC_CmdBlockLength()
525 (void)SDMMC_SendCommand(SDMMCx, &sdmmc_cmdinit); in SDMMC_CmdBlockLength()
540 SDMMC_CmdInitTypeDef sdmmc_cmdinit; in SDMMC_CmdBlockCount() local
544 sdmmc_cmdinit.Argument = (uint32_t)BlockCount; in SDMMC_CmdBlockCount()
545 sdmmc_cmdinit.CmdIndex = SDMMC_CMD_SET_BLOCK_COUNT; in SDMMC_CmdBlockCount()
[all …]