Home
last modified time | relevance | path

Searched defs:next_desc (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/usb/
Dusb_helpers.c125 const usb_standard_desc_t *next_desc = (const usb_standard_desc_t *)intf_desc; in usb_parse_endpoint_descriptor_by_index() local
264 const usb_standard_desc_t *next_desc = (const usb_standard_desc_t *)cfg_desc; in usb_print_config_descriptor() local
/hal_espressif-3.4.0/components/esp_hw_support/
Desp_async_memcpy.c204 …_next_rx_descriptor(async_memcpy_t asmcp, dma_descriptor_t *eof_desc, dma_descriptor_t **next_desc) in async_memcpy_get_next_rx_descriptor()
280 dma_descriptor_t *next_desc = NULL; in async_memcpy_isr_on_rx_done_event() local
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c82 const usb_standard_desc_t *next_desc = (const usb_standard_desc_t *)config_desc; in find_msc_interface() local
118 const usb_standard_desc_t *next_desc = (const usb_standard_desc_t *)ifc_desc; in extract_config_from_descriptor() local
/hal_espressif-3.4.0/components/driver/
Dsdmmc_transaction.c41 size_t next_desc; member
/hal_espressif-3.4.0/components/hal/
Dsdio_slave_hal.c520 sdio_slave_hal_send_desc_t* next_desc = SEND_DESC_NEXT(desc); in send_write_desc() local