mFrame
載入中...
搜尋中...
無符合項目
ctimer/Count.h
1
7#ifndef MCXA153_96B30582_BE64_4756_B86E_775350378102
8#define MCXA153_96B30582_BE64_4756_B86E_775350378102
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
23 enum struct Count : unsigned int;
24}
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29
40enum struct mcxa153::chip::ctimer::Count : unsigned int {
41 /* The count of CTIMER_CR */
42 CR = 4U,
43
44 /* The count of CTIMER_MR */
45 MR = 4U,
46
47 /* The count of CTIMER_MSR */
48 MSR = 4U
49};
50
51/* ***************************************************************************************
52 * End of file
53 */
54
55#endif /* MCXA153_96B30582_BE64_4756_B86E_775350378102 */
CTIMER (Configurable Timer) 相關定義
Definition ctimer/Count.h:22
Count
CTIMER計數器相關計數值定義
Definition ctimer/Count.h:40