Home
last modified time | relevance | path

Searched full:cd (Results 1 – 25 of 53) sorted by relevance

123

/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-key-digest-cmd.rst70 …= 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 …
Dburn-custom-mac-cmd.rst10 …_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/
Drun_tests_with_stub.sh7 THISDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py446 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/
Dsdmmc_struct.h156 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
Dtwai_struct.h194 … uint32_t cd: 8; /* CDR[7:0] CLKOUT frequency selector based of fOSC */ member
/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c29 #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/
Dsdmmc_struct.h158 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
Dtwai_struct.h191 … uint32_t cd: 3; /* CDR[2:0] CLKOUT frequency selector based of fOSC */ member
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/
Doperations.py111 "(e.g. AA:CD:EF:01:02:03).",
122 # - CUSTOM_MAC = AA:CD:EF:01:02:03
Dfields.py279 "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/
DREADME.md14 $ cd zephyr/port/pincfgs
/hal_espressif-latest/zephyr/port/pincfgs/
Desp32s3.yml398 cd:
429 cd:
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h727 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/
Dtwai_ll.h727 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/
Dtwai_ll.h727 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/
Dtwai_ll.h734 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/
Dtwai_ll.h748 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/
Dtwai_struct.h149 /** cd : R/W; bitpos: [7:0]; default: 0;
152 uint32_t cd:8; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dtwai_struct.h149 /** cd : R/W; bitpos: [7:0]; default: 0;
152 uint32_t cd:8; member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dtwai_struct.h193 … uint32_t cd: 8; /* CDR[7:0] CLKOUT frequency selector based of fOSC */ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dtwai_struct.h192 … uint32_t cd: 8; /* CDR[7:0] CLKOUT frequency selector based of fOSC */ member
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h825 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/
DCONTRIBUTING.rst21 $ cd esptool
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Doperations.py127 "with bytes separated by colons (e.g. AA:CD:EF:01:02:03).",

123