mFrame
載入中...
搜尋中...
無符合項目
PropertyTag.h
1
7#ifndef MCXA153_E74DB727_9BFC_433F_9C51_1675F3E5B89F
8#define MCXA153_E74DB727_9BFC_433F_9C51_1675F3E5B89F
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace mcxa153::chip::romapi {
23 enum struct PropertyTag : uint8;
24} // namespace mcxa153::chip::romapi
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29
36 PFLASH_SECTOR_SIZE = 0x00U,
37 PFLASH_TOTAL_SIZE = 0x01U,
38 PFLASH_BLOCK_SIZE = 0x02U,
39 PFLASH_BLOCK_COUNT = 0x03U,
41 PFLASH_PAGE_SIZE = 0x30U,
42 PFLASH_SYSTEM_FREQ = 0x31U,
43 FFR_SECTOR_SIZE = 0x40U,
44 FFR_TOTAL_SIZE = 0x41U,
45 FFR_BLOCK_BASE_ADDR = 0x42U,
46 FFR_PAGE_SIZE = 0x43U
47};
48
49/* ***************************************************************************************
50 * End of file
51 */
52
53#endif /* MCXA153_E74DB727_9BFC_433F_9C51_1675F3E5B89F */
Definition BootloaderTree.h:23
PropertyTag
Definition PropertyTag.h:35