Home
last modified time | relevance | path

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

/hal_espressif-latest/components/xtensa/include/
Dxt_utils.h134 uint32_t bp_en = 0; in xt_utils_clear_breakpoint() local
135 RSR(IBREAKENABLE, bp_en); in xt_utils_clear_breakpoint()
136 bp_en &= ~BIT(bp_num); in xt_utils_clear_breakpoint()
137 WSR(IBREAKENABLE, bp_en); in xt_utils_clear_breakpoint()