Searched refs:boot_mode (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/ |
D | bta_hd_act.c | 370 report_id = (bta_hd_cb.use_report_id || bta_hd_cb.boot_mode) ? p_report->id : 0x00; in bta_hd_send_report_act() 532 if (bta_hd_cb.use_report_id || bta_hd_cb.boot_mode) { in bta_hd_intr_data_act() 623 if (bta_hd_cb.use_report_id || bta_hd_cb.boot_mode) { in bta_hd_set_report_act() 655 bta_hd_cb.boot_mode = (p_cback->data == HID_PAR_PROTOCOL_BOOT_MODE); in bta_hd_set_protocol_act()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/include/ |
D | hid_int.h | 99 bool boot_mode; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/include/ |
D | bta_hd_int.h | 130 bool boot_mode; member
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C2.rst | 50 …(BLOCK0) Set this bit to disable download mode (boot_mode[3 = False R/W (0…
|
D | summary_ESP32-S3.rst | 74 boot_mode[3:0] is 0; 1; 2; 3; 6; 7) 93 …(BLOCK0) Set this bit to disable download mode (boot_mode[3 = False R/W (0…
|
D | summary_ESP32-C3.rst | 98 …(BLOCK0) Set this bit to disable download mode (boot_mode[3 = False R/W (0…
|
/hal_espressif-latest/components/efuse/esp32s3/ |
D | esp_efuse_table.csv | 135 …USE_BLK0, 42, 1, [] Set this bit to disable Icache in download mode (boot_mode[3:0] is 0; 1; 2;… 136 …SE_BLK0, 43, 1, [] Set this bit to disable Dcache in download mode ( boot_mode[3:0] is 0; 1; 2;… 167 … EFUSE_BLK0, 128, 1, [] Set this bit to disable download mode (boot_mode[3:0] = 0; 1; 2; …
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | sdmmc_struct.h | 65 uint32_t boot_mode: 1; ///< 0: mandatory boot operation, 1: alternate boot operation member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | sdmmc_struct.h | 67 uint32_t boot_mode: 1; ///< 0: mandatory boot operation, 1: alternate boot operation member
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_table.csv | 109 …USE_BLK0, 42, 1, [] Set this bit to disable Icache in download mode (boot_mode[3:0] is 0; 1; 2;… 133 … EFUSE_BLK0, 128, 1, [] Set this bit to disable download mode (boot_mode[3:0] = 0; 1; 2; …
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidd_conn.c | 550 …d_data(HID_CHANNEL_CTRL, HID_TRANS_DATA, HID_PAR_REP_TYPE_OTHER, !hd_cb.device.boot_mode, 0, NULL); in hidd_l2cif_data_ind() 554 hd_cb.device.boot_mode = !(param & HID_PAR_PROTOCOL_MASK); in hidd_l2cif_data_ind()
|
/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 70 … EFUSE_BLK0, 46, 1, [] Set this bit to disable download mode (boot_mode[3:0] = 0; 1; 2; …
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | loader.py | 616 boot_mode = data.group(1) 635 boot_mode.decode("utf-8")
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | boot-mode-selection.rst | 215 **The first parameter of boot_mode:**
|