source: UsbWattMeter/trunk/asp_dcre/target/grsakura_ccrx/target_serial.cfg@ 164

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

TOPPERS/ECNLサンプルアプリ「USB充電器電力計」を追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 363 bytes
Line 
1/*
2 * SIOƒhƒ‰ƒCƒoiGR-SAKURA—pj‚̃Rƒ“ƒtƒBƒMƒ…
3ƒŒ[ƒVƒ‡ƒ“ƒtƒ@ƒCƒ‹
4 */
5
6#include <target_serial.h>
7ATT_INI({ TA_NULL, 0, sio_initialize });
8CFG_INT(INTNO_SIO_TX, { INTATR_SIO, INTPRI_SIO });
9CFG_INT(INTNO_SIO_RX, { INTATR_SIO, INTPRI_SIO });
10
11ATT_ISR({TA_NULL, SIO_PORTID, INTNO_SIO_TX, sio_tx_isr, 1});
12ATT_ISR({TA_NULL, SIO_PORTID, INTNO_SIO_RX, sio_rx_isr, 1});
Note: See TracBrowser for help on using the repository browser.