source: asp3_tinet_ecnl_rx/trunk/asp3_dcre/target/gr_sakura_gcc/target_serial.cfg@ 337

Last change on this file since 337 was 337, checked in by coas-nagasima, 6 years ago

ASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 422 bytes
Line 
1/*
2 * SIOドライバ(GR-SAKURA用)のコンフィギュレーションファイル
3 */
4
5#include <target_serial.h>
6ATT_INI({ TA_NULL, 0, sio_initialize });
7CFG_INT(INTNO_SIO_TX, { INTATR_SIO, INTPRI_SIO });
8CFG_INT(INTNO_SIO_RX, { INTATR_SIO, INTPRI_SIO });
9
10CRE_ISR(INTNO_SIO_TX_ISR, {TA_NULL, SIO_PORTID, INTNO_SIO_TX, sio_tx_isr, 1});
11CRE_ISR(INTNO_SIO_RX_ISR, {TA_NULL, SIO_PORTID, INTNO_SIO_RX, sio_rx_isr, 1});
Note: See TracBrowser for help on using the repository browser.