source: asp/target/cqfrkfm3_gcc/target_serial.cfg@ 129

Last change on this file since 129 was 129, checked in by mmatsu, 9 years ago
File size: 382 bytes
RevLine 
[129]1/*
2 * SIOƒhƒ‰ƒCƒo‚̃Rƒ“ƒtƒBƒMƒ…
3ƒŒ[ƒVƒ‡ƒ“ƒtƒ@ƒCƒ‹
4 */
5
6#include "target_serial.h"
7ATT_INI({ TA_NULL, 0, sio_initialize });
8ATT_ISR({ TA_NULL, SIO_PORTID, INTNO_SIO_RX, sio_rx_isr, 1 });
9ATT_ISR({ TA_NULL, SIO_PORTID, INTNO_SIO_TX, sio_tx_isr, 1 });
10CFG_INT(INTNO_SIO_RX, { TA_ENAINT|INTATR_SIO, INTPRI_SIO });
11CFG_INT(INTNO_SIO_TX, { TA_ENAINT|INTATR_SIO, INTPRI_SIO });
Note: See TracBrowser for help on using the repository browser.