33 #if 1 || defined(__SSP__) || defined(__SSP_ALL__)
37 void * __stack_chk_guard = 0;
39 void __stack_chk_guard_setup(
void) {
41 p = (
unsigned char *) &__stack_chk_guard;
53 void __attribute__((section(
".preinit_array"))) (*preinit__stack_chk_guard_setup[])(
void) = {__stack_chk_guard_setup};
void __attribute__((interrupt))
This ISR handles most of the business interacting with the 1-wire bus.
K60 hardware register header wrapper.
#define DEBUGGER_BREAK(sig)
Make the CPU signal to the debugger and break execution by issuing a bkpt instruction.