openMMC
Open Source Modular MMC for AMCs
Loading...
Searching...
No Matches
cr_startup_lpc175x_6x.c File Reference

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 MemManage_Handler (void)
 
WEAK void BusFault_Handler (void)
 
WEAK void UsageFault_Handler (void)
 
WEAK void SVC_Handler (void)
 
WEAK void DebugMon_Handler (void)
 
WEAK void PendSV_Handler (void)
 
WEAK void SysTick_Handler (void)
 
WEAK void IntDefaultHandler (void)
 
void WDT_IRQHandler (void)
 
 __attribute__ ((section(".after_vectors")))
 

Variables

unsigned int __data_section_table
 
unsigned int __data_section_table_end
 
unsigned int __bss_section_table
 
unsigned int __bss_section_table_end
 

Macro Definition Documentation

◆ ALIAS

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

◆ WEAK

#define WEAK   __attribute__ ((weak))

Function Documentation

◆ __attribute__()

__attribute__ ( (section(".after_vectors")) )

◆ BusFault_Handler()

WEAK void BusFault_Handler ( void )

◆ DebugMon_Handler()

WEAK void DebugMon_Handler ( void )

◆ HardFault_Handler()

void HardFault_Handler ( void )

◆ IntDefaultHandler()

WEAK void IntDefaultHandler ( void )

◆ MemManage_Handler()

WEAK void MemManage_Handler ( void )

◆ NMI_Handler()

WEAK void NMI_Handler ( void )

◆ PendSV_Handler()

WEAK void PendSV_Handler ( void )

◆ ResetISR()

void ResetISR ( void )

◆ SVC_Handler()

WEAK void SVC_Handler ( void )

◆ SysTick_Handler()

WEAK void SysTick_Handler ( void )

◆ UsageFault_Handler()

WEAK void UsageFault_Handler ( void )

◆ WDT_IRQHandler()

void WDT_IRQHandler ( void )

Variable Documentation

◆ __bss_section_table

unsigned int __bss_section_table
extern

◆ __bss_section_table_end

unsigned int __bss_section_table_end
extern

◆ __data_section_table

unsigned int __data_section_table
extern

◆ __data_section_table_end

unsigned int __data_section_table_end
extern