![]() |
LPCOpen Platform
v1.03
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 | ResetISR (void) |
| WEAK void | NMI_Handler (void) |
| WEAK void | HardFault_Handler (void) |
| WEAK void | SVC_Handler (void) |
| WEAK void | PendSV_Handler (void) |
| WEAK void | SysTick_Handler (void) |
| SysTick 1mS tick handler. | |
| WEAK void | IntDefaultHandler (void) |
| void | vPortSVCHandler (void) |
| void | xPortPendSVHandler (void) |
| void | xPortSysTickHandler (void) |
| void | SPI0_IRQHandler (void SPI1_IRQHandler() ALIAS(IntDefaultHandler) void) |
| #define ALIAS | ( | f | ) | __attribute__ ((weak, alias (#f))) |
Definition at line 46 of file cr_freertos_startup_lpc8xx.c.
| #define WEAK __attribute__ ((weak)) |
Definition at line 45 of file cr_freertos_startup_lpc8xx.c.
| WEAK void HardFault_Handler | ( | void | ) |
| WEAK void IntDefaultHandler | ( | void | ) |
| WEAK void NMI_Handler | ( | void | ) |
| WEAK void PendSV_Handler | ( | void | ) |
| void ResetISR | ( | void | ) |
Definition at line 318 of file cr_startup_lpc18xx43xx.c.
| void SPI0_IRQHandler | ( | void SPI1_IRQHandler() ALIAS(IntDefaultHandler) | void | ) |
Definition at line 84 of file cr_freertos_startup_lpc8xx.c.
| WEAK void SVC_Handler | ( | void | ) |
| void vPortSVCHandler | ( | void | ) |
| void xPortPendSVHandler | ( | void | ) |
| void xPortSysTickHandler | ( | void | ) |