Found 13 other functions taking a
sdmmc_command_t
argument:
Send command to the card and get response This function returns when command is sent and response is received, or data is transferred, or timeout occurs. @attention Data buffer passed in cmdinfo->data must be in DMA capable memory and aligned to 4 byte boundary. If it's behind the cache, both cmdinfo->data and cmdinfo->buflen need to be aligned to cache line boundary.
Send command to the card and get response This function returns when command is sent and response is received, or data is transferred, or timeout occurs.