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