Searched refs:DPORT_PERIP_RST_EN_REG (Results 1 – 10 of 10) sorted by relevance
48 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, in esp_system_reset_modules_on_exit()51 DPORT_REG_WRITE(DPORT_PERIP_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
295 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, common_perip_clk); in esp_perip_clk_init()
46 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, in esp_system_reset_modules_on_exit()51 DPORT_REG_WRITE(DPORT_PERIP_RST_EN_REG, 0); in esp_system_reset_modules_on_exit()
111 DPORT_SET_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, DPORT_I2S0_RST); in bootloader_random_disable()112 DPORT_CLEAR_PERI_REG_MASK(DPORT_PERIP_RST_EN_REG, DPORT_I2S0_RST); in bootloader_random_disable()
228 return DPORT_PERIP_RST_EN_REG; in periph_ll_get_rst_en_reg()
71 return DPORT_REG_GET_BIT(DPORT_PERIP_RST_EN_REG, uart_rst_bit) == 0 && in uart_ll_is_enabled()
217 return DPORT_PERIP_RST_EN_REG; in periph_ll_get_rst_en_reg()
411 #define DPORT_PERIP_RST_EN_REG DPORT_PERIP_RST_EN0_REG macro
971 #define DPORT_PERIP_RST_EN_REG (DR_REG_DPORT_BASE + 0x0C4) macro