source: asp_ccsproject/trunk/asp/target/lm4f120_gcc/target_serial.cfg@ 85

Last change on this file since 85 was 85, checked in by ecsg-okazaki, 10 years ago

2014/09/26 ECS E.Okazaki Folder configuration change

File size: 332 bytes
Line 
1/*
2 * @(#) $Id: target_serial.cfg 1309 2008-08-27 07:48:51Z ertl-honda $
3 */
4
5/*
6 * SIOドライバ(PL011用)のコンフィギュレーションファイル
7 */
8
9#include "target_serial.h"
10ATT_INI({ TA_NULL, 0, sio_initialize });
11ATT_ISR({TA_NULL, 1, INTNO_SIO, sio_isr, 1});
12CFG_INT(INTNO_SIO, { INTATR_SIO, INTPRI_SIO });
13
Note: See TracBrowser for help on using the repository browser.