Searched refs:WSR (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/xtensa/include/ |
D | xt_utils.h | 76 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 …]
|
D | xt_instr_macros.h | 12 #define WSR(reg, at) __asm__ volatile ("wsr %0, %1" : : "r" (at), "i" (reg)) macro
|
/hal_espressif-latest/components/bootloader_support/src/esp32s3/ |
D | bootloader_esp32s3.c | 147 WSR(MEMCTL, memctl); in bootloader_init()
|
/hal_espressif-latest/components/bootloader_support/src/esp32/ |
D | bootloader_esp32.c | 171 WSR(MEMCTL, memctl); in bootloader_init()
|