Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/private_include/
Dmsc_common.h35 typedef struct msc_host_device { struct
36 STAILQ_ENTRY(msc_host_device) tailq_entry;
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/include/
Dmsc_host.h25 typedef struct msc_host_device *msc_host_device_handle_t; /**< Handle to a Mass Storage Device …
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c67 STAILQ_HEAD(devices, msc_host_device) devices_tailq;
152 STAILQ_REMOVE(&devices_tailq, dev, msc_host_device, tailq_entry); in msc_deinit_device()