pub unsafe extern "C" fn esp_cpu_clear_watchpoint(wp_num: i32) -> i32
Expand description

@brief Clear a hardware watchpoint on the current CPU

@note Clears a watchpoint regardless of whether it was previously set @param wp_num Hardware watchpoint number [0..SOC_CPU_WATCHPOINTS_NUM - 1] @return ESP_OK if watchpoint was cleared. Failure otherwise.