source: uKadecot/trunk/ssp/target/grsakura_ccrx/target_serial.cfg@ 101

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

TOPPERS/uKadecotのソースコードを追加

  • 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
RevLine 
[101]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.