Searched refs:ESP_ERR_MSC_HOST_BASE (Results 1 – 1 of 1) sorted by relevance
18 #define ESP_ERR_MSC_HOST_BASE 0x1700 /*!< MSC host error code base */ macro19 #define ESP_ERR_MSC_MOUNT_FAILED (ESP_ERR_MSC_HOST_BASE + 1) /*!< Failed to mount storage */20 #define ESP_ERR_MSC_FORMAT_FAILED (ESP_ERR_MSC_HOST_BASE + 2) /*!< Failed to format storage */21 #define ESP_ERR_MSC_INTERNAL (ESP_ERR_MSC_HOST_BASE + 3) /*!< MSC host internal error */