Lines Matching full:cmd
44 static void r1_response_to_err(uint8_t r1, int cmd, esp_err_t *out_err) in r1_response_to_err() argument
47 ESP_LOGD(TAG, "cmd=%d, R1 response not found", cmd); in r1_response_to_err()
50 ESP_LOGD(TAG, "cmd=%d, R1 response: command CRC error", cmd); in r1_response_to_err()
53 ESP_LOGD(TAG, "cmd=%d, R1 response: command not supported", cmd); in r1_response_to_err()
56 ESP_LOGD(TAG, "cmd=%d, R1 response: alignment error", cmd); in r1_response_to_err()
59 ESP_LOGD(TAG, "cmd=%d, R1 response: size error", cmd); in r1_response_to_err()
67 ESP_LOGD(TAG, "cmd=%d, R1 response: unexpected value 0x%02x", cmd, r1); in r1_response_to_err()
72 static void r1_sdio_response_to_err(uint8_t r1, int cmd, esp_err_t *out_err) in r1_sdio_response_to_err() argument
75 ESP_LOGI(TAG, "cmd=%d, R1 response not found", cmd); in r1_sdio_response_to_err()
78 ESP_LOGI(TAG, "cmd=%d, R1 response: command CRC error", cmd); in r1_sdio_response_to_err()
81 ESP_LOGI(TAG, "cmd=%d, R1 response: command not supported", cmd); in r1_sdio_response_to_err()
84 ESP_LOGI(TAG, "cmd=%d, R1 response: size error", cmd); in r1_sdio_response_to_err()
87 ESP_LOGI(TAG, "cmd=%d, R1 response: function number error", cmd); in r1_sdio_response_to_err()
92 ESP_LOGI(TAG, "cmd=%d, R1 response: unexpected value 0x%02x", cmd, r1); in r1_sdio_response_to_err()