Searched refs:SYSTEM_CORE_RST_EN_REG (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/ |
D | system_internal.c | 38 SET_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, in esp_system_reset_modules_on_exit() 42 REG_WRITE(SYSTEM_CORE_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | clk_gate_ll.h | 237 return SYSTEM_CORE_RST_EN_REG; in periph_ll_get_rst_en_reg() 290 DPORT_CLEAR_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_enable_clk_clear_rst() 296 DPORT_SET_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_disable_clk_set_rst()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | system_internal.c | 42 SET_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, in esp_system_reset_modules_on_exit() 46 REG_WRITE(SYSTEM_CORE_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | clk_gate_ll.h | 194 DPORT_CLEAR_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_enable_clk_clear_rst() 200 DPORT_SET_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_disable_clk_set_rst()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | clk_gate_ll.h | 243 DPORT_CLEAR_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_enable_clk_clear_rst() 249 DPORT_SET_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, 0); in periph_ll_wifi_module_disable_clk_set_rst()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | system_internal.c | 38 REG_WRITE(SYSTEM_CORE_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | syscon_reg.h | 195 #define SYSTEM_CORE_RST_EN_REG SYSTEM_WIFI_RST_EN_REG macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | syscon_reg.h | 194 #define SYSTEM_CORE_RST_EN_REG SYSTEM_WIFI_RST_EN_REG macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | syscon_reg.h | 194 #define SYSTEM_CORE_RST_EN_REG SYSTEM_WIFI_RST_EN_REG macro
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 489 DPORT_SET_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, BLE_RPA_REST_BIT); in esp_reset_rpa_moudle() 490 DPORT_CLEAR_PERI_REG_MASK(SYSTEM_CORE_RST_EN_REG, BLE_RPA_REST_BIT); in esp_reset_rpa_moudle()
|