source: ssp_qb_r5f100le_cs/trunk/target/qb_r5f100le_cs/target_serial.cfg

Last change on this file was 95, checked in by nmir-saito, 9 years ago

ファイルの mime-type 変更

  • Property svn:mime-type set to text/plain; charset=shift_jis
File size: 457 bytes
Line 
1/*
2 * SIOドライバ(QB-R5F100LE用)のコンフィグレーションファイル
3 */
4
5#include "target_syssvc.h"
6#include "target_serial.h"
7
8ATT_INI({ TA_NULL, 0, sio_initialize });
9
10CFG_INT(INTNO_SIOP1_RCV, { INTATR_SIOP1_RCV, INTPRI_SIOP1_RCV });
11CFG_INT(INTNO_SIOP1_SND, { INTATR_SIOP1_SND, INTPRI_SIOP1_SND });
12
13ATT_ISR({ TA_NULL, LOGTASK_PORTID, INTNO_SIOP1_RCV, sio_isr_rcv, 1 });
14ATT_ISR({ TA_NULL, LOGTASK_PORTID, INTNO_SIOP1_SND, sio_isr_snd, 1 });
Note: See TracBrowser for help on using the repository browser.