Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h21 #define ESP_ERR_MSC_INTERNAL (ESP_ERR_MSC_HOST_BASE + 3) /*!< MSC host internal error */ macro
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c187 return ESP_ERR_MSC_INTERNAL; in msc_wait_for_ready_state()