[][src]Function esp_idf_bindgen::cpu_hal_set_watchpoint

pub unsafe extern "C" fn cpu_hal_set_watchpoint(
    id: c_int,
    addr: *const c_void,
    size: size_t,
    trigger: watchpoint_trigger_t
)

Set and enable a watchpoint, specifying the memory range and trigger operation.

@param id watchpoint to set [0..SOC_CPU_WATCHPOINTS_NUM - 1] @param addr starting address @param size number of bytes from starting address to watch @param trigger operation on specified memory range that triggers the watchpoint (read, write, read/write)