/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/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/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/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 …
|
/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/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/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/soc/esp32c6/include/soc/ |
D | twai_struct.h | 152 uint32_t cd:8; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | twai_struct.h | 152 uint32_t cd:8; member
|
/hal_espressif-latest/zephyr/scripts/pinctrl/ |
D | README.md | 14 $ cd zephyr/port/pincfgs
|
/hal_espressif-latest/tools/esptool_py/ |
D | CONTRIBUTING.rst | 21 $ cd esptool
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-commands.rst | 269 cd build # The build directory of an ESP-IDF project
|