/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/ |
D | bg96_usb.hpp | 23 esp_err_t at_start(cdc_acm_data_callback_t data_cb, void *user_arg) in at_start() argument 31 .user_arg = user_arg, in at_start() 66 .user_arg = this, in gnss_start()
|
D | cdc_acm_host_bg96.cpp | 34 static void handle_rx(uint8_t *data, size_t data_len, void *user_arg) in handle_rx() argument 40 static void handle_gps(uint8_t* data, size_t data_len, void *user_arg) in handle_gps() argument
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/ |
D | test_cdc_acm_host.c | 148 .user_arg = tx_buf, 197 .user_arg = tx_buf, 201 dev_config.user_arg = tx_buf2; 258 .user_arg = tx_buf, 292 dev_config.user_arg = xTaskGetCurrentTaskHandle();
|
/hal_espressif-3.6.0/components/usb/private_include/ |
D | hcd.h | 131 …_callback_t)(hcd_port_handle_t port_hdl, hcd_port_event_t port_event, void *user_arg, bool in_isr); 138 …_callback_t)(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, bool in_isr); 426 …hcd_pipe_update_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_callback_t callback, void *user_arg);
|
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | ledc.h | 49 typedef bool (* ledc_cb_t)(const ledc_cb_param_t *param, void *user_arg); 465 … ledc_cb_register(ledc_mode_t speed_mode, ledc_channel_t channel, ledc_cbs_t *cbs, void *user_arg);
|
/hal_espressif-3.6.0/components/usb/test/hcd/ |
D | test_hcd_common.c | 50 static bool port_callback(hcd_port_handle_t port_hdl, hcd_port_event_t port_event, void *user_arg, … in port_callback() argument 75 static bool pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, … in pipe_callback() argument 77 QueueHandle_t pipe_evt_queue = (QueueHandle_t)user_arg; in pipe_callback()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/ |
D | cdc_acm_host.h | 75 typedef void (*cdc_acm_data_callback_t)(uint8_t* data, size_t data_len, void *user_arg); 102 … void *user_arg; /**< User's argument that will be passed to the callbacks */ member
|
/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_fade/main/ |
D | ledc_fade_example_main.c | 68 static bool cb_ledc_fade_end_event(const ledc_cb_param_t *param, void *user_arg) in cb_ledc_fade_end_event() argument 73 SemaphoreHandle_t counting_sem = (SemaphoreHandle_t) user_arg; in cb_ledc_fade_end_event()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_host.c | 60 void *user_arg; member 253 s_msc_driver->user_cb(&msc_event, s_msc_driver->user_arg); in client_event_cb() 262 s_msc_driver->user_cb(&msc_event, s_msc_driver->user_arg); in client_event_cb() 282 driver->user_arg = config->callback_arg; in msc_host_install()
|
/hal_espressif-3.6.0/components/usb/ |
D | hub.c | 229 …ort_callback(hcd_port_handle_t port_hdl, hcd_port_event_t port_event, void *user_arg, bool in_isr); 243 …ipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, bool in_isr); 700 …port_callback(hcd_port_handle_t port_hdl, hcd_port_event_t port_event, void *user_arg, bool in_isr) in root_port_callback() argument 709 …pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, bool in_isr) in enum_dflt_pipe_callback() argument
|
D | usbh.c | 215 …pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, bool in_isr) in default_pipe_callback() argument 218 device_t *dev_obj = (device_t *)user_arg; in default_pipe_callback()
|
D | usb_host.c | 336 static bool pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, … in pipe_callback() argument 338 endpoint_t *ep_obj = (endpoint_t *)user_arg; in pipe_callback()
|
D | hcd.c | 1964 … hcd_pipe_update_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_callback_t callback, void *user_arg) in hcd_pipe_update_callback() argument 1974 pipe->callback_arg = user_arg; in hcd_pipe_update_callback()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/ |
D | usb-cdc.c | 72 .user_arg = NULL, in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/ |
D | cdc_acm_host.c | 256 …ev_t *cdc_dev, cdc_acm_host_dev_callback_t event_cb, cdc_acm_data_callback_t in_cb, void *user_arg) in cdc_acm_start() argument 264 cdc_dev->cb_arg = user_arg; in cdc_acm_start() 741 …dc_acm_start(cdc_dev, dev_config->event_cb, dev_config->data_cb, dev_config->user_arg), err, TAG,); in cdc_acm_host_open() 804 …dc_acm_start(cdc_dev, dev_config->event_cb, dev_config->data_cb, dev_config->user_arg), err, TAG,); in cdc_acm_host_open_vendor_specific()
|
/hal_espressif-3.6.0/components/driver/ |
D | ledc.c | 840 …t ledc_cb_register(ledc_mode_t speed_mode, ledc_channel_t channel, ledc_cbs_t *cbs, void *user_arg) in ledc_cb_register() argument 847 s_ledc_fade_rec[speed_mode][channel]->cb_user_arg = user_arg; in ledc_cb_register()
|