mFrame
載入中...
搜尋中...
無符合項目
Version.h
1
7#ifndef MCXA153_F5882B51_AA4F_45F7_84B8_81674BBCEB59
8#define MCXA153_F5882B51_AA4F_45F7_84B8_81674BBCEB59
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace mcxa153::chip::port {
23 struct Version;
24} // namespace mcxa153::chip::port
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29
101 uint16 feature;
102
142 uint8 minor;
143
200 uint8 major;
201};
202
203/* ***************************************************************************************
204 * End of file
205 */
206
207#endif /* MCXA153_F5882B51_AA4F_45F7_84B8_81674BBCEB59 */
Definition Config.h:36
PORT Peripheral Version Information Structure.
Definition Version.h:54