![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
Macros | |
#define | WEAK __attribute__ ((weak)) |
#define | ALIAS(f) __attribute__ ((weak, alias (#f))) |
Functions | |
void | SystemInit (void) |
Setup the system SystemInit() is called prior to the application and sets up system clocking, memory, and any resources needed prior to the application starting. | |
void | ResetISR (void) |
WEAK void | NMI_Handler (void) |
WEAK void | HardFault_Handler (void) |
WEAK void | MemManage_Handler (void) |
WEAK void | BusFault_Handler (void) |
WEAK void | UsageFault_Handler (void) |
void | xPortPendSVHandler (void) |
WEAK void | DebugMon_Handler (void) |
void | xPortSysTickHandler (void) |
void | vPortSVCHandler (void) |
WEAK void | IntDefaultHandler (void) |
void | DAC_IRQHandler (void DMA_IRQHandler() ALIAS(IntDefaultHandler) void) |
#define ALIAS | ( | f | ) | __attribute__ ((weak, alias (#f))) |
Definition at line 46 of file cr_freertos_startup_lpc18xx43xx.c.
#define WEAK __attribute__ ((weak)) |
Definition at line 45 of file cr_freertos_startup_lpc18xx43xx.c.
WEAK void BusFault_Handler | ( | void | ) |
void DAC_IRQHandler | ( | void DMA_IRQHandler() ALIAS(IntDefaultHandler) | void | ) |
Definition at line 84 of file cr_freertos_startup_lpc18xx43xx.c.
WEAK void DebugMon_Handler | ( | void | ) |
WEAK void HardFault_Handler | ( | void | ) |
WEAK void IntDefaultHandler | ( | void | ) |
WEAK void MemManage_Handler | ( | void | ) |
WEAK void NMI_Handler | ( | void | ) |
void ResetISR | ( | void | ) |
WEAK void UsageFault_Handler | ( | void | ) |
void vPortSVCHandler | ( | void | ) |
void xPortPendSVHandler | ( | void | ) |
void xPortSysTickHandler | ( | void | ) |