mFrame
載入中...
搜尋中...
無符合項目
ControllerParameter.h
1
7#ifndef MCXA153_63CD2D2B_66B9_43C2_8D7F_041FA9F334F3
8#define MCXA153_63CD2D2B_66B9_43C2_8D7F_041FA9F334F3
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace mcxa153::chip::romapi {
23 struct ControllerParameter;
24} // namespace mcxa153::chip::romapi
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29
36 uint32 ffrBlockBase;
37 uint32 ffrTotalSize;
38 uint32 ffrPageSize;
39 uint32 sectorSize;
40 uint32 cfpaPageVersion;
41 uint32 cfpaPageOffset;
42};
43
44/* ***************************************************************************************
45 * End of file
46 */
47
48#endif /* MCXA153_63CD2D2B_66B9_43C2_8D7F_041FA9F334F3 */
Definition BootloaderTree.h:23
Definition ControllerParameter.h:35