Function esp_idf_hal::sys::esp_cpu_clear_breakpoint
source ยท pub unsafe extern "C" fn esp_cpu_clear_breakpoint(bp_num: i32) -> i32
Expand description
@brief Clear a hardware breakpoint on the current CPU
@note Clears a breakpoint regardless of whether it was previously set @param bp_num Hardware breakpoint number [0..SOC_CPU_BREAKPOINTS_NUM - 1] @return ESP_OK if breakpoint is cleared. Failure otherwise