Searched full:usb_ext_phy_enable (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 105 WR_DIS.USB_EXT_PHY_ENABLE, EFUSE_BLK0, 30, 1, [WR_DIS.EXT_PHY_ENABLE] wr_d… 128 USB_EXT_PHY_ENABLE, EFUSE_BLK0, 57, 1, [EXT_PHY_ENABLE] Set this bi…
|
D | esp_efuse_table.c | 383 {EFUSE_BLK0, 30, 1}, // [WR_DIS.EXT_PHY_ENABLE] wr_dis of USB_EXT_PHY_ENABLE, 474 static const esp_efuse_desc_t USB_EXT_PHY_ENABLE[] = { variable 1259 &WR_DIS_USB_EXT_PHY_ENABLE[0], // [WR_DIS.EXT_PHY_ENABLE] wr_dis of USB_EXT_PHY_ENABLE 1374 &USB_EXT_PHY_ENABLE[0], // [EXT_PHY_ENABLE] Set this bit to enable external USB PHY
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 123 WR_DIS.USB_EXT_PHY_ENABLE, EFUSE_BLK0, 30, 1, [WR_DIS.EXT_PHY_ENABLE] wr_d… 145 USB_EXT_PHY_ENABLE, EFUSE_BLK0, 58, 1, [EXT_PHY_ENABLE] Set this bi…
|
D | esp_efuse_table.c | 455 {EFUSE_BLK0, 30, 1}, // [WR_DIS.EXT_PHY_ENABLE] wr_dis of USB_EXT_PHY_ENABLE, 542 static const esp_efuse_desc_t USB_EXT_PHY_ENABLE[] = { variable 1477 &WR_DIS_USB_EXT_PHY_ENABLE[0], // [WR_DIS.EXT_PHY_ENABLE] wr_dis of USB_EXT_PHY_ENABLE 1587 &USB_EXT_PHY_ENABLE[0], // [EXT_PHY_ENABLE] Set this bit to enable external PHY
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 154 …USB_EXT_PHY_ENABLE (BLOCK0) Set this bit to enable external USB PHY …
|
D | summary_ESP32-S3.rst | 139 …USB_EXT_PHY_ENABLE (BLOCK0) Set this bit to enable external PHY …
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 248 /** usb_ext_phy_enable : RO; bitpos: [25]; default: 0; 251 uint32_t usb_ext_phy_enable:1; member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 246 /** usb_ext_phy_enable : RO; bitpos: [26]; default: 0; 249 uint32_t usb_ext_phy_enable:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s2.yaml | 21 …USB_EXT_PHY_ENABLE : {show: y, blk : 0, word: 1, pos: 25, len : 1, start : 57, type …
|
D | esp32s3.yaml | 20 …USB_EXT_PHY_ENABLE : {show: y, blk : 0, word: 1, pos: 26, len : 1, start : 58, type…
|