source: ssp_rpi3/trunk/arch/arm64_gcc/bcm283x/chip_serial.cfg@ 386

Last change on this file since 386 was 386, checked in by nmir-saito, 5 years ago

modify svn:mimetype of files

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain; charset=utf-8
File size: 248 bytes
Line 
1/*
2 * SIOドライバ(CQ-FRK-FM3用)のコンフィグレーションファイル
3 */
4
5ATT_INI({ TA_NULL, 0, sio_initialize });
6ATT_ISR({ TA_NULL, SIO_PORTID, INTNO_SIO, sio_isr, 1 });
7CFG_INT(INTNO_SIO, { TA_ENAINT|INTATR_SIO, INTPRI_SIO });
Note: See TracBrowser for help on using the repository browser.