Searched full:dis_usb (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/bootloader_support/src/esp32s2/ |
D | flash_encryption_secure_features.c | 55 // DIS_FORCE_DOWNLOAD, DIS_USB, DIS_TWAI, DIS_BOOT_REMAP, SOFT_DIS_JTAG, in esp_flash_encryption_enable_secure_features()
|
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 21 WR_DIS.DIS_USB, EFUSE_BLK0, 2, 1, [] wr_dis of DIS_USB 121 DIS_USB, EFUSE_BLK0, 45, 1, [] Set this bit to disable U…
|
D | esp_efuse_table.c | 47 {EFUSE_BLK0, 2, 1}, // [] wr_dis of DIS_USB, 446 static const esp_efuse_desc_t DIS_USB[] = { variable 839 &WR_DIS_DIS_USB[0], // [] wr_dis of DIS_USB 1339 &DIS_USB[0], // [] Set this bit to disable USB OTG function
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 21 WR_DIS.DIS_USB_OTG, EFUSE_BLK0, 2, 1, [WR_DIS.DIS_USB] wr_dis of D… 138 DIS_USB_OTG, EFUSE_BLK0, 45, 1, [DIS_USB] Set this bit to di…
|
D | esp_efuse_table.c | 47 {EFUSE_BLK0, 2, 1}, // [WR_DIS.DIS_USB] wr_dis of DIS_USB_OTG, 515 {EFUSE_BLK0, 45, 1}, // [DIS_USB] Set this bit to disable USB function, 967 &WR_DIS_DIS_USB_OTG[0], // [WR_DIS.DIS_USB] wr_dis of DIS_USB_OTG 1552 &DIS_USB_OTG[0], // [DIS_USB] Set this bit to disable USB function
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 152 …DIS_USB (BLOCK0) Set this bit to disable USB OTG function …
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | cmds.py | 1301 "DIS_USB": (1 << 8), 1386 if get_security_flag_status("DIS_USB", flags):
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 1040 DIS_FORCE_DOWNLOAD, DIS_USB, DIS_TWAI, DIS_BOOT_REMAP, SOFT_DIS_JTAG,
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 205 /** dis_usb : RO; bitpos: [13]; default: 0; 208 uint32_t dis_usb:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s2.yaml | 11 …DIS_USB : {show: y, blk : 0, word: 1, pos: 13, len : 1, start : 45, type …
|
D | esp32s3.yaml | 11 …ype : bool, wr_dis : 2, rd_dis: null, alt : DIS_USB, dict …
|