Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_mmc/
Dmss_mmc.c284 static cif_response_t check_device_status(cif_response_t rsp_status);
5511 static cif_response_t check_device_status(cif_response_t rsp_status) in check_device_status() argument
5525 while (DEVICE_BUSY == rsp_status) in check_device_status()
5527 rsp_status = cif_send_cmd(sdcard_RCA << RCA_SHIFT_BIT, in check_device_status()
5531 return rsp_status; in check_device_status()