cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
Loading...
Searching...
No Matches
cr_startup_lpc43xx.c File Reference

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 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 DAC_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)))

Definition at line 37 of file cr_startup_lpc43xx.c.

◆ WEAK

#define WEAK   __attribute__ ((weak))

Definition at line 36 of file cr_startup_lpc43xx.c.

Function Documentation

◆ __attribute__()

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

Definition at line 263 of file cr_startup_lpc43xx.c.

◆ BusFault_Handler()

WEAK void BusFault_Handler ( void  )

◆ DAC_IRQHandler()

void DAC_IRQHandler ( void  )

Definition at line 77 of file cr_startup_lpc43xx.c.

◆ DebugMon_Handler()

WEAK void DebugMon_Handler ( void  )

◆ HardFault_Handler()

WEAK 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  )

Variable Documentation

◆ __bss_section_table

unsigned int __bss_section_table
extern

◆ __bss_section_table_end

unsigned int __bss_section_table_end
extern

Referenced by ResetISR().

◆ __data_section_table

unsigned int __data_section_table
extern

Referenced by ResetISR().

◆ __data_section_table_end

unsigned int __data_section_table_end
extern

Referenced by ResetISR().