Ignore:
Timestamp:
Apr 5, 2019, 9:26:53 PM (5 years ago)
Author:
coas-nagasima
Message:

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/asp3_dcre/arch/arm_gcc/common/arm.h

    r352 r374  
    55 *  Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
    66 *                              Toyohashi Univ. of Technology, JAPAN
    7  *  Copyright (C) 2006-2016 by Embedded and Real-Time Systems Laboratory
     7 *  Copyright (C) 2006-2018 by Embedded and Real-Time Systems Laboratory
    88 *              Graduate School of Information Science, Nagoya Univ., JAPAN
    99 *
     
    119119
    120120/*
     121 *  CP15のコプロセッサアクセス制御レジスタ(CPACR)の設定値
     122 */
     123#define CP15_CPACR_ASEDIS                       UINT_C(0x80000000)
     124#define CP15_CPACR_D32DIS                       UINT_C(0x40000000)
     125#define CP15_CPACR_CP11_FULLACCESS      UINT_C(0x00c00000)
     126#define CP15_CPACR_CP10_FULLACCESS      UINT_C(0x00300000)
     127
     128/*
    121129 *  CP15のフォールト状態レジスタの参照値
    122130 */
     
    444452
    445453#endif /* TOPPERS_MACRO_ONLY */
     454
     455/*
     456 *  浮動小数点例外制御レジスタ(FPEXC)の設定値
     457 */
     458#define FPEXC_ENABLE            UINT_C(0x40000000)
     459
    446460#endif /* TOPPERS_ARM_H */
Note: See TracChangeset for help on using the changeset viewer.