mcu_bp_classes
mcu_bp_class_first mcu_bp_class_count mcu_bp_class_cap mcu_bp_class_max_count mcu_debug_rom_reserve mcu_debug_ram_reservemcu_bp_classes
This function returns the number of different classes of breakpoints implemented in the target device.
Syntax
int mcu_bp_classes(
mcu_t mcu
);
Parameters
mcu - a reference to the MCU object returned by mcu_create or mcu_get_slave_core function.
Return
The function returns the number of classes.
Notes
The breakpoint classes are numbered starting from 1. You can find out the number of breakpoints of each class and their capabilities with mcu_bp_class_first, mcu_bp_class_count, mcu_bp_class_cap, and mcu_bp_class_max_count functions.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.