📄 timer_a.h
字号:
/**************************************************************************/
/**MITSUBISHI**MITSUBISHI**MITSUBISHI**MITSUBISHI**MITSUBISHI**MITSUBISHI**/
/**************************************************************************/
/**************************************************************************/
/* DISCLAIMER: */
/* We (MITSUBISHI ELECTRIC B.V.) do not warrant that the Software is */
/* free from claims by a third party of copyright, patent, trademark, */
/* trade secret or any other intellectual property infringement. */
/* */
/* Under no circumstances are we liable for any of the following: */
/* */
/* 1. third-party claims against you for losses or damages; */
/* 2. loss of, or damage to, your records or data; or */
/* 3. economic consequential damages (including lost profits or */
/* savings) or incidental damages, even if we are informed of */
/* their possibility. */
/* */
/* We do not warrant uninterrupted or error free operation of the */
/* Software. We have no obligation to provide service, defect */
/* correction, or any maintenance for the Software. We have no */
/* obligation to supply any Software updates or enhancements to you */
/* even if such are or later become available. */
/* */
/* IF YOU DOWNLOAD OR USE THIS SOFTWARE YOU AGREE TO THESE TERMS. */
/* */
/* THERE ARE NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING THE */
/* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A */
/* PARTICULAR PURPOSE. */
/**************************************************************************/
/**************************************************************************/
/* */
/* Timer A Initialization and Service-Routines for the M3060 */
/* */
/* Name : TIMER_A.H */
/* Date/Author : 08.04.1997/ST */
/* Change: */
/* (Date) (Author) (Description) */
/* */
/**************************************************************************/
/************************* exported variables *****************************/
/************************* function prototypes ****************************/
/* Timer A0 ***************************************************************/
void near timer_a0_init_timer_mode (void);
void near timer_a0_init_event_counter_mode (void);
void near timer_a0_init_one_shot_timer_mode (void);
void near timer_a0_init_pwm_mode (void);
void near timer_a0_start (void);
void near timer_a0_stop (void);
void near timer_a0_set (unsigned int value);
unsigned int near timer_a0_get (void);
void near timer_a0_interrupt_set (void);
void near timer_a0_interrupt_clr (void);
/* Timer A1 ***************************************************************/
void near timer_a1_init_timer_mode (void);
void near timer_a1_init_event_counter_mode (void);
void near timer_a1_init_one_shot_timer_mode (void);
void near timer_a1_init_pwm_mode (void);
void near timer_a1_start (void);
void near timer_a1_stop (void);
void near timer_a1_set (unsigned int value);
unsigned int near timer_a1_get (void);
void near timer_a1_interrupt_set (void);
void near timer_a1_interrupt_clr (void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -