Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32.rst23 … (BLOCK0): If set; the ESP32's maximum CPU frequency has been = True R/W (0b1)
33 …LE (BLOCK0): Disable ROM BASIC interpreter fallback = True R/W (0b1)
45 …K0): bit is set to 1 for rev1 silicon = True R/W (0b1)
46 …K0): = True R/W (0b1)
Dsummary_ESP32-C3.rst36 … Use BLOCK0 to check error record registers = with check R/W (0b1)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h185 #define BLE_MESH_MODEL_OP_2(b0, b1) (((b0) << 8) | (b1)) argument
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-efuse-cmd.rst35 … - 'DIS_USB_JTAG' (Disables USB JTAG. JTAG access via pads is controlled separately) 0b0 -> 0b1
36 - 'VDD_SPI_AS_GPIO' (Set this bit to vdd spi pin function as gpio) 0b0 -> 0b1
Dburn-custom-mac-cmd.rst90 …OCK0) Enable CUSTOM_MAC programming = True R/W (0b1)
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h268 #define ESP_BLE_MESH_MODEL_OP_2(b0, b1) (((b0) << 8) | (b1)) argument