LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cr_freertos_startup_lpc17xx40xx.c File Reference

Go to the source code of this file.

Macros

#define STACK_SIZE   0x200
 
#define WEAK   __attribute__ ((weak))
 
#define ALIAS(f)   __attribute__ ((weak, alias (#f)))
 

Functions

void SystemInit (void)
 Setup the system.
 
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 WDT_IRQHandler (void TIMER0_IRQHandler() ALIAS(IntDefaultHandler) void)
 

Macro Definition Documentation

#define ALIAS (   f)    __attribute__ ((weak, alias (#f)))

Definition at line 56 of file cr_freertos_startup_lpc17xx40xx.c.

#define STACK_SIZE   0x200

Definition at line 52 of file cr_freertos_startup_lpc17xx40xx.c.

#define WEAK   __attribute__ ((weak))

Definition at line 55 of file cr_freertos_startup_lpc17xx40xx.c.

Function Documentation

WEAK void BusFault_Handler ( void  )
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  )

Definition at line 318 of file cr_startup_lpc18xx43xx.c.

WEAK void UsageFault_Handler ( void  )
void vPortSVCHandler ( void  )
void WDT_IRQHandler ( void TIMER0_IRQHandler() ALIAS(IntDefaultHandler void)

Definition at line 94 of file cr_freertos_startup_lpc17xx40xx.c.

void xPortPendSVHandler ( void  )
void xPortSysTickHandler ( void  )