Home
last modified time | relevance | path

Searched defs:user_arg (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dcdc_acm_host_bg96.cpp34 static void handle_rx(uint8_t *data, size_t data_len, void *user_arg) in handle_rx()
40 static void handle_gps(uint8_t* data, size_t data_len, void *user_arg) in handle_gps()
Dbg96_usb.hpp23 esp_err_t at_start(cdc_acm_data_callback_t data_cb, void *user_arg) in at_start()
/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c50 static bool port_callback(hcd_port_handle_t port_hdl, hcd_port_event_t port_event, void *user_arg, … in port_callback()
75 static bool pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, … in pipe_callback()
/hal_espressif-3.6.0/examples/peripherals/ledc/ledc_fade/main/
Dledc_fade_example_main.c68 static bool cb_ledc_fade_end_event(const ledc_cb_param_t *param, void *user_arg) in cb_ledc_fade_end_event()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/
Dcdc_acm_host.h102 … void *user_arg; /**< User's argument that will be passed to the callbacks */ member
/hal_espressif-3.6.0/components/usb/
Dhub.c700 …port_callback(hcd_port_handle_t port_hdl, hcd_port_event_t port_event, void *user_arg, bool in_isr) in root_port_callback()
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()
Dusbh.c215 …pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, bool in_isr) in default_pipe_callback()
Dusb_host.c336 static bool pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, … in pipe_callback()
Dhcd.c1964 … hcd_pipe_update_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_callback_t callback, void *user_arg) in hcd_pipe_update_callback()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c60 void *user_arg; member
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c256 …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()
/hal_espressif-3.6.0/components/driver/
Dledc.c840 …t ledc_cb_register(ledc_mode_t speed_mode, ledc_channel_t channel, ledc_cbs_t *cbs, void *user_arg) in ledc_cb_register()