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
*/
22
namespace
mcxa153::chip::romapi
{
23
enum struct
PropertyTag
: uint8;
24
}
// namespace mcxa153::chip::romapi
25
26
/* ***************************************************************************************
27
* Class/Interface/Struct/Enum
28
*/
29
35
enum struct
mcxa153::chip::romapi::PropertyTag
: uint8 {
36
PFLASH_SECTOR_SIZE
= 0x00U,
37
PFLASH_TOTAL_SIZE
= 0x01U,
38
PFLASH_BLOCK_SIZE
= 0x02U,
39
PFLASH_BLOCK_COUNT
= 0x03U,
40
PFLASH_BLOCK_BASE_ADDR
= 0x04U,
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 */
mcxa153::chip::romapi
Definition
BootloaderTree.h:23
mcxa153::chip::romapi::PropertyTag
PropertyTag
Definition
PropertyTag.h:35
mcxa153::chip::romapi::PropertyTag::FFR_TOTAL_SIZE
@ FFR_TOTAL_SIZE
mcxa153::chip::romapi::PropertyTag::FFR_SECTOR_SIZE
@ FFR_SECTOR_SIZE
mcxa153::chip::romapi::PropertyTag::PFLASH_BLOCK_BASE_ADDR
@ PFLASH_BLOCK_BASE_ADDR
mcxa153::chip::romapi::PropertyTag::PFLASH_SYSTEM_FREQ
@ PFLASH_SYSTEM_FREQ
mcxa153::chip::romapi::PropertyTag::PFLASH_PAGE_SIZE
@ PFLASH_PAGE_SIZE
mcxa153::chip::romapi::PropertyTag::FFR_PAGE_SIZE
@ FFR_PAGE_SIZE
mcxa153::chip::romapi::PropertyTag::PFLASH_BLOCK_COUNT
@ PFLASH_BLOCK_COUNT
mcxa153::chip::romapi::PropertyTag::PFLASH_BLOCK_SIZE
@ PFLASH_BLOCK_SIZE
mcxa153::chip::romapi::PropertyTag::FFR_BLOCK_BASE_ADDR
@ FFR_BLOCK_BASE_ADDR
mcxa153::chip::romapi::PropertyTag::PFLASH_TOTAL_SIZE
@ PFLASH_TOTAL_SIZE
mcxa153::chip::romapi::PropertyTag::PFLASH_SECTOR_SIZE
@ PFLASH_SECTOR_SIZE
src
mcxa153
src
mcxa153
chip
romapi
PropertyTag.h
產生者:
1.11.0