arm_dpm::bpwp_enable field
Enables one breakpoint or watchpoint by writing to the hardware registers. The specified breakpoint/watchpoint must currently be disabled. Indices 0..15 are used for breakpoints; indices 16..31 are for watchpoints.
Syntax
int (*bpwp_enable)(struct arm_dpm *dpm, unsigned index_value,
uint32_t addr, uint32_t control);