Files
esp-idf/components/usb/test_apps/common/phy_common.h
2025-03-26 12:49:31 +01:00

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);