📄 drv_ftm_pwm.h
字号:
/**************************************************************************/
/* */
/* Copyright (C) 2005 Oki Electric Industry Co., LTD. */
/* */
/* System Name : ML675050 series */
/* Module Name : ML675050 ftm_pwm driver program */
/* File Name : drv_ftm_pwm.h */
/* Revision : 01.00 */
/* Create : CHEN 06/1/16 */
/* */
/**************************************************************************/
#ifndef DRV_FTM_PWM_H
#define DRV_FTM_PWM_H
/******************************/
/* Functions define */
/******************************/
int16_t smpDrv_OpenFtm_Pwm(void) ;
int16_t smpDrv_CloseFtm_Pwm(void);
int16_t smpDrv_IoctlFtm_Pwm(uint16_t cmd, uint32_t arg);
void smpDrv_PollFtm_Pwm(uint16_t cmd, uint16_t count);
#endif /* end of DRV_FTM_PWM_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -