Go to the source code of this file.
◆ ALIAS
Default vectors for LPC11C24, to be overriden by the firmware as needed
Definition at line 122 of file crt0.c.
◆ fill32
#define fill32 |
( |
|
start, |
|
|
|
end, |
|
|
|
filler |
|
) |
| |
Value: { \
const unsigned * const p2 = end; \
while (p1 < p2) \
*p1++ = filler; \
}
Definition at line 8 of file crt0.c.
◆ funptr_t
typedef void(* funptr_t) (void) |
Definition at line 6 of file crt0.c.
◆ __attribute__() [1/2]
__attribute__ |
( |
(noreturn) |
| ) |
|
◆ __attribute__() [2/2]
Default handlers
Definition at line 83 of file crt0.c.
◆ CAN_IRQHandler()
void CAN_IRQHandler |
( |
void SSP1_IRQHandler() ALIAS(Default_Handler) |
void | ) |
|
◆ __init_array_end
◆ __init_array_start
◆ _bss
◆ _data
◆ _ebss
◆ _edata
◆ _etext