[][src]Function esp_idf_bindgen::cpu_hal_set_breakpoint

pub unsafe extern "C" fn cpu_hal_set_breakpoint(id: c_int, addr: *const c_void)

Set and enable breakpoint at an instruction address.

@note Overwrites previously set breakpoint with same breakpoint ID.

@param id breakpoint to set [0..SOC_CPU_BREAKPOINTS_NUM - 1] @param addr address to set a breakpoint on