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/arch/arm_gcc/common/core_sil.h

    r302 r306  
    55 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    66 *                              Toyohashi Univ. of Technology, JAPAN
    7  *  Copyright (C) 2004-2014 by Embedded and Real-Time Systems Laboratory
     7 *  Copyright (C) 2004-2016 by Embedded and Real-Time Systems Laboratory
    88 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    99 *
     
    5252 *  の責任を負わない.
    5353 *
    54  *  $Id: core_sil.h 352 2015-07-25 06:36:42Z ertl-hiro $
     54 *  $Id: core_sil.h 714 2016-03-31 05:52:19Z ertl-hiro $
    5555 */
    5656
     
    155155#define SIL_UNL_INT()   (TOPPERS_set_fiq_irq(TOPPERS_fiq_irq_mask))
    156156
    157 /*
    158  *  微少時間å¾
    159 ã¡
    160  */
    161 Inline void
    162 sil_dly_nse(ulong_t dlytim) throw()
    163 {
    164         register uint32_t r0 asm("r0") = (uint32_t) dlytim;
    165         Asm("bl _sil_dly_nse" : "=g"(r0) : "0"(r0) : "lr","cc");
    166 }
    167 
    168157#endif /* TOPPERS_MACRO_ONLY */
    169158#endif /* TOPPERS_CORE_SIL_H */
Note: See TracChangeset for help on using the changeset viewer.