/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | burn-key-digest-cmd.rst | 70 …= a2 cd 39 85 df 00 d7 95 07 0f f6 7c 8b ab e1 7d 39 11 95 c4 5b 37 6e 7b f0 ec 04 5e 36 30 02 5d … 166 …= a2 cd 39 85 df 00 d7 95 07 0f f6 7c 8b ab e1 7d 39 11 95 c4 5b 37 6e 7b f0 ec 04 5e 36 30 02 5d … 170 …= a3 cd 39 85 df 00 d7 95 07 0f f6 7c 8b ab e1 7d 39 11 95 c4 5b 37 6e 7b f0 ec 04 5e 36 30 02 5d … 174 …= a4 cd 39 85 df 00 d7 95 07 0f f6 7c 8b ab e1 7d 39 11 95 c4 5b 37 6e 7b f0 ec 04 5e 36 30 02 5d …
|
D | burn-custom-mac-cmd.rst | 10 …_MAC``) to burn given in hexadecimal format with bytes separated by colons (e.g. AA:CD:EF:01:02:03)
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | run_tests_with_stub.sh | 7 THISDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_espefuse.py | 446 cmd = "burn_custom_mac AA:CD:EF:11:22:33" 447 mac = "aa:cd:ef:11:22:33" 457 "burn_custom_mac AA:CD:EF:11:22:33:44", 465 "burn_custom_mac AB:CD:EF:11:22:33", 477 "burn_custom_mac AA:CD:EF:01:02:03", 478 check_msg="Custom MAC Address version 1: aa:cd:ef:01:02:03 (CRC 0x56 OK)", 482 check_msg="Custom MAC Address version 1: aa:cd:ef:01:02:03 (CRC 0x56 OK)", 693 "burn_efuse MAC AA:CD:EF:01:02:03", 703 "burn_efuse CUSTOM_MAC AB:CD:EF:01:02:03", 707 self.espefuse_py("burn_efuse CUSTOM_MAC AA:CD:EF:01:02:03") [all …]
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | sdmmc_struct.h | 156 uint32_t cd: 1; ///< Card detect interrupt enable member 185 uint32_t cd: 1; ///< Card detect interrupt masked status member 208 uint32_t cd: 1; ///< Card detect raw interrupt status member
|
D | twai_struct.h | 194 … uint32_t cd: 8; /* CDR[7:0] CLKOUT frequency selector based of fOSC */ member
|
/hal_espressif-latest/components/driver/spi/sdspi/ |
D | sdspi_host.c | 29 #define GPIO_UNUSED 0xff //!< Flag indicating that CD/WP is unused 145 /// Return true if CD pin is configured and is high 325 ESP_LOGD(TAG, "%s: SPI%d cs=%d cd=%d wp=%d", in sdspi_host_init_device() 366 // Configure CD and WP pins in sdspi_host_init_device() 390 ESP_LOGD(TAG, "gpio_config (CD/WP) failed with rc=0x%x", ret); in sdspi_host_init_device()
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | sdmmc_struct.h | 158 uint32_t cd: 1; ///< Card detect interrupt enable member 187 uint32_t cd: 1; ///< Card detect interrupt masked status member 210 uint32_t cd: 1; ///< Card detect raw interrupt status member
|
D | twai_struct.h | 191 … uint32_t cd: 3; /* CDR[2:0] CLKOUT frequency selector based of fOSC */ member
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/ |
D | operations.py | 111 "(e.g. AA:CD:EF:01:02:03).", 122 # - CUSTOM_MAC = AA:CD:EF:01:02:03
|
D | fields.py | 279 "Required MAC Address in AA:CD:EF:01:02:03 format!" 349 # - CUSTOM_MAC = AB:CD:EF:01:02:03
|
/hal_espressif-latest/zephyr/scripts/pinctrl/ |
D | README.md | 14 $ cd zephyr/port/pincfgs
|
/hal_espressif-latest/zephyr/port/pincfgs/ |
D | esp32s3.yml | 398 cd: 429 cd:
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | twai_ll.h | 727 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider_reg, cd, (divider / 2) - 1); in twai_ll_set_clkout() 731 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider_reg, cd, 255); in twai_ll_set_clkout() 734 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider_reg, cd, 0); in twai_ll_set_clkout()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | twai_ll.h | 727 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider_reg, cd, (divider / 2) - 1); in twai_ll_set_clkout() 731 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider_reg, cd, 255); in twai_ll_set_clkout() 734 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider_reg, cd, 0); in twai_ll_set_clkout()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | twai_ll.h | 727 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider_reg, cd, (divider / 2) - 1); in twai_ll_set_clkout() 731 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider_reg, cd, 255); in twai_ll_set_clkout() 734 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider_reg, cd, 0); in twai_ll_set_clkout()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | twai_ll.h | 734 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider, cd, (divider / 2) - 1); in twai_ll_set_clkout() 738 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider, cd, 255); in twai_ll_set_clkout() 741 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider, cd, 0); in twai_ll_set_clkout()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | twai_ll.h | 748 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider, cd, (divider / 2) - 1); in twai_ll_set_clkout() 752 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider, cd, 255); in twai_ll_set_clkout() 755 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->clock_divider, cd, 0); in twai_ll_set_clkout()
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | twai_struct.h | 149 /** cd : R/W; bitpos: [7:0]; default: 0; 152 uint32_t cd:8; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | twai_struct.h | 149 /** cd : R/W; bitpos: [7:0]; default: 0; 152 uint32_t cd:8; member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | twai_struct.h | 193 … uint32_t cd: 8; /* CDR[7:0] CLKOUT frequency selector based of fOSC */ member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | twai_struct.h | 192 … uint32_t cd: 8; /* CDR[7:0] CLKOUT frequency selector based of fOSC */ member
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | twai_ll.h | 825 hw->clock_divider_reg.cd = (divider / 2) - 1; in twai_ll_set_clkout() 829 hw->clock_divider_reg.cd = 7; in twai_ll_set_clkout() 832 hw->clock_divider_reg.cd = 0; in twai_ll_set_clkout()
|
/hal_espressif-latest/tools/esptool_py/ |
D | CONTRIBUTING.rst | 21 $ cd esptool
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/ |
D | operations.py | 127 "with bytes separated by colons (e.g. AA:CD:EF:01:02:03).",
|