Home
last modified time | relevance | path

Searched refs:WSR (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/xtensa/include/
Dxt_utils.h76 WSR(CCOUNT, ccount); in xt_utils_set_cycle_count()
120 WSR(IBREAKA_1, bp_addr); in xt_utils_set_breakpoint()
122 WSR(IBREAKA_0, bp_addr); in xt_utils_set_breakpoint()
128 WSR(IBREAKENABLE, brk_ena_reg); in xt_utils_set_breakpoint()
137 WSR(IBREAKENABLE, bp_en); in xt_utils_clear_breakpoint()
141 WSR(IBREAKA_1, bp_addr); in xt_utils_clear_breakpoint()
143 WSR(IBREAKA_0, bp_addr); in xt_utils_clear_breakpoint()
165 WSR(DBREAKA_1, (uint32_t) wp_addr); in xt_utils_set_watchpoint()
166 WSR(DBREAKC_1, dbreakc_reg); in xt_utils_set_watchpoint()
168 WSR(DBREAKA_0, (uint32_t) wp_addr); in xt_utils_set_watchpoint()
[all …]
Dxt_instr_macros.h12 #define WSR(reg, at) __asm__ volatile ("wsr %0, %1" : : "r" (at), "i" (reg)) macro
/hal_espressif-latest/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c147 WSR(MEMCTL, memctl); in bootloader_init()
/hal_espressif-latest/components/bootloader_support/src/esp32/
Dbootloader_esp32.c171 WSR(MEMCTL, memctl); in bootloader_init()