mFrame
載入中...
搜尋中...
無符合項目
CoreClockConfig.h
1
7#ifndef CORE_9D7644F6_18BD_45C9_B919_968F52BDBC6B
8#define CORE_9D7644F6_18BD_45C9_B919_968F52BDBC6B
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "chip.h"
16#include "mframe.h"
17
18//----------------------------------------------------------------------------------------
19
20/* ***************************************************************************************
21 * Namespace
22 */
23namespace core {
24 struct CoreClockConfig;
25}
26
27/* ***************************************************************************************
28 * Class/Interface/Struct/Enum
29 */
31 chip::spc::ActiveModeCoreLdoOption activeModeCoreLdoOption;
32 chip::spc::SramVoltageConfig sramVoltageConfig;
33 chip::clock::AttachID attachID;
34 uint32 coreClock;
35 uint32 froClock;
36 uint8 fmuFctrlRwsc;
37 uint8 divFRO;
38 uint8 divAHB;
39};
40
41/* ***************************************************************************************
42 * End of file
43 */
44
45#endif /* CORE_9D7644F6_18BD_45C9_B919_968F52BDBC6B */
AttachID
Definition AttachID.h:46
Definition glikey/Mask.h:22
Core LDO regulator options in Active mode.
Definition ActiveModeCoreLdoOption.h:35
Definition SramVoltageConfig.h:30
Definition CoreClockConfig.h:30