Searched full:dis_usb_otg_download_mode (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.7.0/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 60 WR_DIS.DIS_USB_OTG_DOWNLOAD_MODE, EFUSE_BLK0, 19, 1, [] wr_dis of DIS_USB_OTG_DOW… 174 DIS_USB_OTG_DOWNLOAD_MODE, EFUSE_BLK0, 159, 1, [] Set this bit to disable d…
|
D | esp_efuse_table.c | 203 {EFUSE_BLK0, 19, 1}, // [] wr_dis of DIS_USB_OTG_DOWNLOAD_MODE, 658 static const esp_efuse_desc_t DIS_USB_OTG_DOWNLOAD_MODE[] = { variable 1114 &WR_DIS_DIS_USB_OTG_DOWNLOAD_MODE[0], // [] wr_dis of DIS_USB_OTG_DOWNLOAD_MODE 1684 &DIS_USB_OTG_DOWNLOAD_MODE[0], // [] Set this bit to disable download through USB-OTG
|
/hal_espressif-3.7.0/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S3.rst | 149 …DIS_USB_OTG_DOWNLOAD_MODE (BLOCK0) Set this bit to disable download through USB-OT…
|
D | summary_ESP32-P4.rst | 164 …DIS_USB_OTG_DOWNLOAD_MODE (BLOCK0) Set this bit to disable download via USB-OTG …
|
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/ |
D | efuse_struct.h | 475 /** dis_usb_otg_download_mode : R; bitpos: [31]; default: 0; 478 uint32_t dis_usb_otg_download_mode:1; member
|
/hal_espressif-3.7.0/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32p4.yaml | 47 …DIS_USB_OTG_DOWNLOAD_MODE : {show: y, blk : 0, word: 3, pos: 27, len : 1, start: 123, type…
|
D | esp32s3.yaml | 68 …DIS_USB_OTG_DOWNLOAD_MODE : {show: y, blk : 0, word: 4, pos: 31, len : 1, start: 159, type…
|