source: ssp_qb_r5f100le_cs/trunk/target/cq_frk_fm3_gcc/target_serial.cfg@ 95

Last change on this file since 95 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: 406 bytes
Line 
1/*
2 * SIOドライバ(CQ-FRK-FM3用)のコンフィグレーションファイル
3 */
4
5#include "target_syssvc.h"
6#include "target_serial.h"
7
8ATT_INI({ TA_NULL, 0, sio_initialize });
9ATT_ISR({ TA_NULL, SIO_PORTID, INTNO_SIO_TX, sio_isr_tx, 1 });
10ATT_ISR({ TA_NULL, SIO_PORTID, INTNO_SIO_RX, sio_isr_rx, 2 });
11CFG_INT(INTNO_SIO_TX, { INTATR_SIO, INTPRI_SIO });
12CFG_INT(INTNO_SIO_RX, { INTATR_SIO, INTPRI_SIO });
Note: See TracBrowser for help on using the repository browser.