source: azure_iot_hub_riscv/trunk/asp_baseplatform/pdic/k210/dvp.cfg@ 453

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

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 279 bytes
Line 
1/*
2 * @(#) $Id$
3 */
4
5/*
6 * DVPドライバのコンフィギュレーションファイル
7 */
8
9#include "device.h"
10#include "dvp.h"
11
12CRE_SEM(DVP_SEM, { TA_TPRI, 0, 1 });
13
14DEF_INH(INHNO_DVP, { TA_NULL, dvp_handler });
15CFG_INT(INTNO_DVP, { TA_NULL | INTATR_DVP, INTPRI_DVP });
16
Note: See TracBrowser for help on using the repository browser.