Home
last modified time | relevance | path

Searched refs:handle_rx (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c99 static void handle_rx(uint8_t *data, size_t data_len, void *arg) in handle_rx() function
147 .data_cb = handle_rx,
196 .data_cb = handle_rx,
257 .data_cb = handle_rx,
290 .data_cb = handle_rx
327 .data_cb = handle_rx
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c24 static void handle_rx(uint8_t *data, size_t data_len, void *arg) in handle_rx() function
74 .data_cb = handle_rx in app_main()
/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() function
193 bg96->at_start(handle_rx, NULL); in app_main()