mtkernel_3/device/include/dev_adc.h | bare source | permlink (0.01 seconds) |
1: /* 2: *---------------------------------------------------------------------- 3: * Device Driver for micro T-Kernel for 亮T-Kernel 3.00.03 4: * 5: * Copyright (C) 2020-2021 by Ken Sakamura. 6: * This software is distributed under the T-License 2.2. 7: *---------------------------------------------------------------------- 8: * 9: * Released by TRON Forum(http://www.tron.org) at 2021/03/31. 10: * 11: *---------------------------------------------------------------------- 12: */ 13: 14: 15: /* 16: * dev_adc.c 17: * A/D converter device driver 18: */ 19: 20: #ifndef __DEVINC_ADC_H__ 21: #define __DEVINC_ADC_H__ 22: 23: /*----------------------------------------------------------------------*/ 24: /* Device driver initialization 25: */ 26: IMPORT ER dev_init_adc( UW unit ); /* Device driver initialization */ 27: 28: #endif /* __DEVINC_ADC_H__# */