📄 drv_adc.h
字号:
/************************************************************************/
/* */
/* Copyright (C) 2006 Oki Electric Industry Co., LTD. */
/* */
/* System Name : ML675050 series */
/* Module Name : ML675050 adc driver program */
/* File Name : drv_adc.h */
/* Date : 2005/12/20 initial version */
/* */
/************************************************************************/
#ifndef DRV_ADC_H
#define DRV_ADC_H
/******************************/
/* Functions declaration */
/******************************/
int16_t smpDrv_OpenAdc(uint16_t mode, uint16_t channel);
int16_t smpDrv_CloseAdc(void);
int16_t smpDrv_IoctlAdc(uint16_t cmd, uint32_t arg);
#endif /* end of DRV_ADC_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -