微波EDA网,见证研发工程师的成长!
首页 > 硬件设计 > 嵌入式设计 > LM3S9B96的EPI总线的HB16模式配置

LM3S9B96的EPI总线的HB16模式配置

时间:11-11 来源:互联网 点击:

equired by lwIP library to support any host-related timer functions.
//
//*****************************************************************************
void lwIPHostTimerHandler(void)
{
}

//*****************************************************************************
//
// The interrupt handler for the SysTick interrupt.
//
//*****************************************************************************
void SysTickIntHandler(void)
{
// Call the lwIP timer handler.
lwIPTimer(SYSTICKMS);

// Run the file system tick handler.
fs_tick(SYSTICKMS);
}

仅供参考!


Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top