Searched refs:bootstrap (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | building-openocd-macos.rst | 34 ./bootstrap
|
D | building-openocd-windows.rst | 51 ./bootstrap
|
D | building-openocd-linux.rst | 56 ./bootstrap
|
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/ |
D | building-openocd-windows.rst | 60 ./bootstrap 96 ./bootstrap
|
D | building-openocd-macos.rst | 34 ./bootstrap
|
D | building-openocd-linux.rst | 56 ./bootstrap
|
/hal_espressif-3.6.0/components/wpa_supplicant/test/ |
D | test_dpp.c | 32 struct dl_list bootstrap; /* struct dpp_bootstrap_info */ member
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | startup.rst | 32 复位向量调用的启动代码会根据 ``GPIO_STRAP_REG`` 寄存器的值来确定 {IDF_TARGET_NAME} 的启动模式,该寄存器保存着复位后 bootstrap 引脚的电平状态。根据不…
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 39 struct dl_list bootstrap; /* struct dpp_bootstrap_info */ member 6010 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_next_id() 6025 dl_list_for_each_safe(bi, tmp, &dpp->bootstrap, in dpp_bootstrap_del() 6054 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_add_qr_code() 6073 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_add_nfc_uri() 6147 dl_list_add(&dpp->bootstrap, &bi->list); in dpp_bootstrap_gen() 6171 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_bootstrap_get_id() 6242 dl_list_for_each(bi, &dpp->bootstrap, struct dpp_bootstrap_info, list) { in dpp_bootstrap_find_pair() 6377 dl_list_init(&dpp->bootstrap); in dpp_global_init()
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | startup.rst | 32 …or determines the boot mode by checking ``GPIO_STRAP_REG`` register for bootstrap pin states. Depe…
|
/hal_espressif-3.6.0/components/esp_system/ |
D | Kconfig | 70 we bootstrap it with a 32kHz square wave for a fixed number of cycles.
|