Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h18 #define ESP_ERR_MSC_HOST_BASE 0x1700 /*!< MSC host error code base */ macro
19 #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 */