Searched full:usb_force_nopersist (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/efuse/esp32s2/ |
D | esp_efuse_table.csv | 106 WR_DIS.USB_FORCE_NOPERSIST, EFUSE_BLK0, 30, 1, [] wr_dis of USB_FORCE_NOPER… 129 USB_FORCE_NOPERSIST, EFUSE_BLK0, 58, 1, [] If set; forces USB BVALID…
|
D | esp_efuse_table.c | 387 {EFUSE_BLK0, 30, 1}, // [] wr_dis of USB_FORCE_NOPERSIST, 478 static const esp_efuse_desc_t USB_FORCE_NOPERSIST[] = { variable 1264 &WR_DIS_USB_FORCE_NOPERSIST[0], // [] wr_dis of USB_FORCE_NOPERSIST 1379 &USB_FORCE_NOPERSIST[0], // [] If set; forces USB BVALID to 1
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-S2.rst | 155 …USB_FORCE_NOPERSIST (BLOCK0) If set; forces USB BVALID to 1 …
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | efuse_struct.h | 252 /** usb_force_nopersist : RO; bitpos: [26]; default: 0; 255 uint32_t usb_force_nopersist:1; member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse_defs/ |
D | esp32s2.yaml | 22 …USB_FORCE_NOPERSIST : {show: y, blk : 0, word: 1, pos: 26, len : 1, start : 58, type …
|