mci_sync_get_response_128

Get 128-bits response of the last command.

void mci_sync_get_response_128(
    struct mci_sync_desc * mci,
    uint8_t * response
)

Parameters

response

Type: uint8_t *

Pointer on the array to fill with the 128-bits response.

Returns

Type: void