2021-08-22 10:43:45 +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-08-22 10:43:45 +00:00
|
|
|
|
2021-10-06 09:24:09 +00:00
|
|
|
void furi_hal_vcp_on_cdc_tx_complete(uint8_t if_num);
|