Ignore:
Timestamp:
Jun 27, 2017, 10:53:32 AM (7 years ago)
Author:
ertl-honda
Message:

3.1.0を反映

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/sample/sample1.c

    r302 r306  
    66 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    77 *                              Toyohashi Univ. of Technology, JAPAN
    8  *  Copyright (C) 2004-2015 by Embedded and Real-Time Systems Laboratory
     8 *  Copyright (C) 2004-2016 by Embedded and Real-Time Systems Laboratory
    99 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    1010 *
     
    5353 *  の責任を負わない.
    5454 *
    55  *  $Id: sample1.c 346 2015-07-18 02:12:08Z ertl-hiro $
     55 *  $Id: sample1.c 711 2016-03-29 14:45:54Z ertl-hiro $
    5656 */
    5757
     
    237237
    238238/*
     239 *  割込みハンドラ
     240 */
     241#ifdef INTNO1
     242
     243void intno1_isr(intptr_t exinf)
     244{
     245        intno1_clear();
     246        SVC_PERROR(rot_rdq(HIGH_PRIORITY));
     247        SVC_PERROR(rot_rdq(MID_PRIORITY));
     248        SVC_PERROR(rot_rdq(LOW_PRIORITY));
     249}
     250
     251#endif /* INTNO1 */
     252
     253/*
    239254 *  CPU例外ハンドラ
    240255 */
Note: See TracChangeset for help on using the changeset viewer.