source: ssp_rpi3/trunk/arch/arm64_gcc/common/core_timer.cfg@ 384

Last change on this file since 384 was 384, checked in by nmir-saito, 5 years ago

add target dependent files of ssp for rpi3

  • Property svn:keywords set to Id
File size: 323 bytes
Line 
1/*
2 * @(#) $Id: core_timer.cfg 384 2019-04-16 11:01:09Z nmir-saito $
3 */
4
5/*
6 * タイマドライバのコンフィギュレーションファイル
7 */
8ATT_INI({ TA_NULL, 0, target_timer_initialize });
9ATT_TER({ TA_NULL, 0, target_timer_terminate });
10DEF_INH(INHNO_TIMER, { TA_NULL, target_timer_handler });
11CFG_INT(INTNO_TIMER, { TA_ENAINT|INTATR_TIMER, INTPRI_TIMER });
Note: See TracBrowser for help on using the repository browser.