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

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

SHIFT_JISのコードにcharsetプロパティを付けた

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain; charset=SHIFT_JIS
File size: 363 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
10ATT_ISR({TA_NULL, SIO_PORTID, INTNO_SIO_TX, sio_tx_isr, 1});
11ATT_ISR({TA_NULL, SIO_PORTID, INTNO_SIO_RX, sio_rx_isr, 1});
Note: See TracBrowser for help on using the repository browser.