RT-USB-THP  0
USB出力温湿気圧センサモジュールのサンプルプログラムに関する説明
cr_startup_lpc13xx.c ファイル

マクロ定義

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

関数

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 I2C_IRQHandler (void TIMER16_0_IRQHandler() ALIAS(IntDefaultHandler) void)
 
 __attribute__ ((section(".after_vectors")))
 

変数

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

マクロ定義詳解

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

関数詳解

__attribute__ ( (section(".after_vectors"))  )
WEAK void BusFault_Handler ( void  )
WEAK void DebugMon_Handler ( void  )
WEAK void HardFault_Handler ( void  )
void I2C_IRQHandler ( void TIMER16_0_IRQHandler() ALIAS(IntDefaultHandler void)
WEAK void IntDefaultHandler ( void  )
WEAK void MemManage_Handler ( void  )
WEAK void NMI_Handler ( void  )
WEAK void PendSV_Handler ( void  )
void ResetISR ( void  )
WEAK void SVC_Handler ( void  )
WEAK void SysTick_Handler ( void  )
WEAK void UsageFault_Handler ( void  )

変数詳解

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