Searched refs:cpio_handle_t (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/usb/ |
D | cpio.h | 49 typedef cpio_handle_data_t *cpio_handle_t; typedef 120 cpio_handle_t cpio_start(cpio_callback_t callback, void *cbarg, size_t buflen, void *memchunk, int … 140 cpio_ret_t cpio_feed(cpio_handle_t cpio, char *buffer, int len); 156 cpio_ret_t cpio_done(cpio_handle_t cpio); 168 cpio_ret_t cpio_destroy(cpio_handle_t cpio);
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/usb/ |
D | cpio.h | 49 typedef cpio_handle_data_t *cpio_handle_t; typedef 120 cpio_handle_t cpio_start(cpio_callback_t callback, void *cbarg, size_t buflen, void *memchunk, int … 140 cpio_ret_t cpio_feed(cpio_handle_t cpio, char *buffer, int len); 156 cpio_ret_t cpio_done(cpio_handle_t cpio); 168 cpio_ret_t cpio_destroy(cpio_handle_t cpio);
|