mci_os_get_response_128

Get 128 bits response of the last command.

void mci_os_get_response_128(
    struct mci_os_desc *const desc,
    uint8_t * response
)

Parameters

desc

Type: struct mci_os_desc Struct *const

Mci os descriptor

response

Type: uint8_t *

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

Returns

Type: void