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/ |
D | test_cdc_acm_host.c | 99 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/ |
D | usb-cdc.c | 24 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/ |
D | cdc_acm_host_bg96.cpp | 34 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()
|