mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 21:10:20 +00:00
16 lines
292 B
C
16 lines
292 B
C
/*
|
|
* SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @brief Install USB PHY separately from the usb_host_install()
|
|
*/
|
|
void test_setup_usb_phy(void);
|
|
|
|
/**
|
|
* @brief Uninstall PHY
|
|
*/
|
|
void test_delete_usb_phy(void);
|