-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcuf_param.h
More file actions
41 lines (32 loc) · 1.08 KB
/
mcuf_param.h
File metadata and controls
41 lines (32 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/**
* Copyright (c) 2020 ZxyKira
* All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#ifndef MCUF_334509F5_CCDE_4BD0_9601_45F534A0C630
#define MCUF_334509F5_CCDE_4BD0_9601_45F534A0C630
/* ****************************************************************************************
* Macro
*/
/* ****************************************************************************************
* Include
*/
#include "mcuf_base.h"
/* ****************************************************************************************
* Include folder
*/
/* ****************************************************************************************
* Extern - Core
*/
extern uint32_t mcufCoreStackMemorySize;
extern uint32_t mcufCoreEcecutorTaskNumber;
/* ****************************************************************************************
* Extern - Timer
*/
extern uint32_t mcufTickBaseTime;
extern uint32_t mcufTickTaskNumber;
/* *****************************************************************************************
* End of file
*/
#endif /* MCUF_334509F5_CCDE_4BD0_9601_45F534A0C630 */