2021-09-10 02:19:02 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <furi-hal-vcp.h>
|
|
|
|
|
|
|
|
void furi_hal_vcp_on_usb_resume();
|
|
|
|
|
|
|
|
void furi_hal_vcp_on_usb_suspend();
|
|
|
|
|
|
|
|
void furi_hal_vcp_on_cdc_control_line(uint8_t state);
|
|
|
|
|
2021-10-06 09:24:09 +00:00
|
|
|
void furi_hal_vcp_on_cdc_rx(uint8_t if_num);
|
2021-09-10 02:19:02 +00:00
|
|
|
|
2021-10-06 09:24:09 +00:00
|
|
|
void furi_hal_vcp_on_cdc_tx_complete(uint8_t if_num);
|