?? pwm.h
字號(hào):
/****************************************Copyright (c)**************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
** http://www.zyinside.com
**
**--------------File Info-------------------------------------------------------------------------------
** File Name: pwm.h
** Last modified Date: 2006-10-09
** Last Version: V1.0
** Description: S3C2410 PWM 驅(qū)動(dòng)頭文件
** This driver uses PWM with Timer0 or Timer1, the ouput is TOUT0 or TOUT1
**------------------------------------------------------------------------------------------------------
** Created By: MingYuan Zheng 鄭明遠(yuǎn)
** Created date: 2006-10-09
** Version: V1.0
** Descriptions: The original version
**
**------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Description:
**
********************************************************************************************************/
#ifndef __PWM_H__
#define __PWM_H__
#ifdef __cplusplus
extern "C" {
#endif
#define IOCTL_PWM_SET_PRESCALER 1
#define IOCTL_PWM_SET_DIVIDER 2
#define IOCTL_PWM_START 3
#define IOCTL_PWM_GET_FREQUENCY 4
#ifdef __cplusplus
}
#endif
#endif // __PWM_H__
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -