mFrame
載入中...
搜尋中...
無符合項目
BootloaderTree.h
1
7#ifndef MCXA153_1F3A3B78_725A_4FE1_B905_CDC16228AF6A
8#define MCXA153_1F3A3B78_725A_4FE1_B905_CDC16228AF6A
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16#include "./../romapi/DriverInterface.h"
17
18//----------------------------------------------------------------------------------------
19
20/* ***************************************************************************************
21 * Namespace
22 */
24 struct BootloaderTree;
25} // namespace mcxa153::chip::romapi
26
27/* ***************************************************************************************
28 * Class/Interface/Struct/Enum
29 */
30
38 void (*run_bootloader)(void *arg);
39
42 void (*jump)(void *arg);
43};
44
45/* ***************************************************************************************
46 * End of file
47 */
48
49#endif /* MCXA153_1F3A3B78_725A_4FE1_B905_CDC16228AF6A */
Definition BootloaderTree.h:23
Definition BootloaderTree.h:36
const mcxa153::chip::romapi::DriverInterface * flash_driver
Internal Flash driver API.
Definition BootloaderTree.h:41
void(* run_bootloader)(void *arg)
Function to start the bootloader executing.
Definition BootloaderTree.h:38
Definition DriverInterface.h:38