Function esp_idf_sys::esp_cpu_clear_breakpoint
source ยท pub unsafe extern "C" fn esp_cpu_clear_breakpoint(
bp_num: c_int,
) -> esp_err_t
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