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