source: asp3_tinet_ecnl_arm/trunk/usbhost/src/usb_hbth.cfg@ 352

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

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 410 bytes
Line 
1/*
2 * USBドライバ(RX630用)のコンフィギュレーションファイル
3 */
4
5#include "usb_hbth.h"
6
7/*ATT_INI({ TA_NULL, 0, usb_initialize });*/
8/*ATT_TER({ TA_NULL, 0, usb_terminate });*/
9DEF_INH(INHNO_USB, { TA_NULL, usb_interrupt_handler });
10CFG_INT(INTNO_USB, { INTATR_USB, INTPRI_USB });
11
12CRE_TSK(USBHOST_TASK , { TA_NULL , 0 , usbhost_main , USBHOST_PRIORITY , USBHOST_STACK_SIZE , NULL });
Note: See TracBrowser for help on using the repository browser.