Searched refs:DPORT_CORE_RST_EN_REG (Results 1 – 8 of 8) sorted by relevance
| /hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
| D | system_internal.c | 41 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, in esp_system_reset_modules_on_exit() 45 DPORT_REG_WRITE(DPORT_CORE_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
|
| /hal_espressif-latest/components/hal/esp32s2/include/hal/ |
| D | clk_gate_ll.h | 219 return DPORT_CORE_RST_EN_REG; in periph_ll_get_rst_en_reg() 269 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_enable_clk_clear_rst() 275 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_disable_clk_set_rst()
|
| /hal_espressif-latest/components/hal/esp32/include/hal/ |
| D | clk_gate_ll.h | 215 return DPORT_CORE_RST_EN_REG; in periph_ll_get_rst_en_reg() 258 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_enable_clk_clear_rst() 264 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_disable_clk_set_rst()
|
| D | sdmmc_ll.h | 71 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_SDIO_HOST_RST); in sdmmc_ll_reset_register() 72 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, DPORT_SDIO_HOST_RST); in sdmmc_ll_reset_register()
|
| /hal_espressif-latest/components/esp_system/port/soc/esp32/ |
| D | system_internal.c | 39 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, in esp_system_reset_modules_on_exit() 43 DPORT_REG_WRITE(DPORT_CORE_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
|
| /hal_espressif-latest/components/soc/esp32s2/include/soc/ |
| D | syscon_reg.h | 463 #define DPORT_CORE_RST_EN_REG DPORT_WIFI_RST_EN_REG macro
|
| /hal_espressif-latest/components/esp_phy/src/ |
| D | phy_init.c | 402 DPORT_SET_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, MODEM_RESET_FIELD_WHEN_PU); in esp_wifi_bt_power_domain_on() 403 DPORT_CLEAR_PERI_REG_MASK(DPORT_CORE_RST_EN_REG, MODEM_RESET_FIELD_WHEN_PU); in esp_wifi_bt_power_domain_on()
|
| /hal_espressif-latest/components/soc/esp32/include/soc/ |
| D | dport_reg.h | 1065 #define DPORT_CORE_RST_EN_REG (DR_REG_DPORT_BASE + 0x0D0) macro
|