ctrl_client.h 312 B

123456789101112131415
  1. /*
  2. * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #include <stdint.h>
  7. typedef struct {
  8. int num_ctrl_xfer_to_send;
  9. uint16_t idVendor;
  10. uint16_t idProduct;
  11. } ctrl_client_test_param_t;
  12. void ctrl_client_async_seq_task(void *arg);