8051-ELL库  beta 1.1.6
8051-ELL library API Document Center
STC8x_HPWM.h
浏览该文件的文档.
1 /*-----------------------------------------------------------------------
2 | FILE DESCRIPTION |
3 -----------------------------------------------------------------------*/
4 /*----------------------------------------------------------------------
5  - File name : STC8Ax_HPWM.h
6  - Author : zeweni
7  - Update date : 2020.03.06
8  - Copyright(C) : 2020-2021 zeweni. All rights reserved.
9 -----------------------------------------------------------------------*/
10 /*------------------------------------------------------------------------
11 | COPYRIGHT NOTICE |
12 ------------------------------------------------------------------------*/
13 /*
14  * Copyright (C) 2021, zeweni (17870070675@163.com)
15 
16  * This file is part of 8051 ELL low-layer libraries.
17 
18  * 8051 ELL low-layer libraries is free software: you can redistribute
19  * it and/or modify it under the terms of the Apache-2.0 License.
20 
21  * 8051 ELL low-layer libraries is distributed in the hope that it will
22  * be useful,but WITHOUT ANY WARRANTY; without even the implied warranty
23  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24  * Apache-2.0 License for more details.
25 
26  * You should have received a copy of the Apache-2.0 License.8051 ELL
27  * low-layer libraries. If not, see <http://www.apache.org/licenses/>.
28 **/
29 /*-----------------------------------------------------------------------
30 | INCLUDES |
31 -----------------------------------------------------------------------*/
32 #ifndef __STC8x_HPWM_H_
33 #define __STC8x_HPWM_H_
34 
35 /*--------------------------------------------------------
36 | @Description: STC8x core |
37 --------------------------------------------------------*/
38 #include "ELL_CORE.h"
39 
40 #ifndef PER_LIB_MCU_MUODEL
41  #define PER_LIB_MCU_MUODEL STC8Hx
42 #endif
43 
44 #if (PER_LIB_MCU_MUODEL == STC8Hx)
45  #include "STC8Hx_REG.h"
46 #endif
47 
48 
49 /*-----------------------------------------------------------------------
50 | DATA |
51 -----------------------------------------------------------------------*/
52 
53 #if (PER_LIB_MCU_MUODEL == STC8Hx)
54 
55 
56 /*-----------------------------------------------------------------------
57 | API FUNCTION |
58 -----------------------------------------------------------------------*/
59 
60 
61 /*--------------------------------------------------------
62 | @Description: PWM trigger associated ADC init function |
63 --------------------------------------------------------*/
64 
65 
66 
67 #endif
68 #endif
69 /*-----------------------------------------------------------------------
70 | END OF FLIE. (C) COPYRIGHT zeweni |
71 -----------------------------------------------------------------------*/
72