Synopsis
#include <ina90.h>
void __breakpoint(void);
Description

__breakpoint inserts a BREAK instruction into the function code.

__breakpoint is an intrinsic function and produces inline code.

Portability

The BREAK instruction, and hence __breakpoint, is not available on all AVR devices—please refer to the device-specific data sheet for availability.