mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
21 lines
452 B
C
21 lines
452 B
C
/*
|
|
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/*
|
|
Note: These macros are deprecated.
|
|
We define them for P4 only for backward compatibility with older version of esp_tinyusb
|
|
|
|
Todo: Remove in IDF v6.0 (IDF-9029)
|
|
*/
|
|
#define USBPHY_VP_NUM -1
|
|
#define USBPHY_VM_NUM -1
|
|
#define USBPHY_RCV_NUM -1
|
|
#define USBPHY_OEN_NUM -1
|
|
#define USBPHY_VPO_NUM -1
|
|
#define USBPHY_VMO_NUM -1
|