mcu_bp_class_max_count
mcu_debug_rom_reserve mcu_debug_ram_reservemcu_bp_class_max_count
This function returns the maximum allowable count value for the breakpoint.
Syntax
unsigned int mcu_bp_class_max_count(
mcu_t mcu,
int bp_class
);
Parameters
mcu - a reference to the MCU object returned by mcu_create or mcu_get_slave_core function.
bp_class - an index of the breakpoint class. The index must be between 1 and the number returned by mcu_bp_classes function.
Return
The function returns the maximum value of the count. The breakpoint count sets the number of times the breakpoint condition should be triggered to cause a halt. You specify the count when you enable the breakpoint.
Notes
The breakpoint must have the MCU_BP_COUNT capability. You can check the capabilities with mcu_bp_class_cap function.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.