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/ |
D | cdc_acm_host_bg96.cpp | 34 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()
|
D | bg96_usb.hpp | 23 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/ |
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() 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/ |
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()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/ |
D | cdc_acm_host.h | 102 … void *user_arg; /**< User's argument that will be passed to the callbacks */ member
|
/hal_espressif-3.6.0/components/usb/ |
D | hub.c | 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() 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()
|
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()
|
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()
|
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()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_host.c | 60 void *user_arg; member
|
/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()
|
/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()
|