mFrame
載入中...
搜尋中...
無符合項目
VersionInfo.h
1
7#ifndef MCXA153_13D9719F_D2E4_4377_B19D_425AA69F498F
8#define MCXA153_13D9719F_D2E4_4377_B19D_425AA69F498F
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace mcxa153::chip::gpio {
23 struct VersionInfo;
24} // namespace mcxa153::chip::gpio
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
45 uint16 feature;
46
53 uint8 minor;
54
61 uint8 major;
62};
63
64/* ***************************************************************************************
65 * End of file
66 */
67
68#endif /* MCXA153_13D9719F_D2E4_4377_B19D_425AA69F498F */
Definition gpio/Count.h:22
GPIO 週邊版本資訊結構體
Definition VersionInfo.h:38
uint8 minor
次版本號碼 (8 位元)
Definition VersionInfo.h:53
uint16 feature
功能規格編號 (16 位元)
Definition VersionInfo.h:45
uint8 major
主版本號碼 (8 位元)
Definition VersionInfo.h:61