source: asp_wio_terminal/trunk/target/samd51_gcc/target_serial.cfg@ 460

Last change on this file since 460 was 460, checked in by msugi, 3 years ago

ファイル一式の追加

  • Property svn:executable set to *
File size: 418 bytes
Line 
1/*
2 * @(#) $Id: target_serial.cfg 367 2015-07-28 22:32:58Z roi $
3 */
4
5/*
6 * SIOドライバのコンフィギュレーションファイル
7 */
8#include "target_serial.h"
9ATT_INI({ TA_NULL, 0, sio_initialize });
10ATT_ISR({ TA_NULL, 1, INTNO_SIO_RX, sio_isr, 1 });
11CFG_INT(INTNO_SIO_RX, { TA_ENAINT|INTATR_SIO, INTPRI_SIO});
12ATT_ISR({ TA_NULL, 1, INTNO_SIO_TX, sio_isr, 1 });
13CFG_INT(INTNO_SIO_TX, { TA_ENAINT|INTATR_SIO, INTPRI_SIO});
Note: See TracBrowser for help on using the repository browser.