mFrame
載入中...
搜尋中...
無符合項目
LowPowerModeRegulatorsConfig.h
1
7#ifndef MCXA153_6F58BF07_D4D2_4104_8C25_F56A1366E729
8#define MCXA153_6F58BF07_D4D2_4104_8C25_F56A1366E729
9
10/* ***************************************************************************************
11 * Include
12 */
13#include "mframe.h"
14
15//----------------------------------------------------------------------------------------
16#include "./../spc/BandgapMode.h"
17#include "./../spc/LowPowerModeCoreLdoOption.h"
18
19//----------------------------------------------------------------------------------------
20
21/* ***************************************************************************************
22 * Namespace
23 */
24namespace mcxa153::chip::spc {
25 struct LowPowerModeRegulatorsConfig;
26} // namespace mcxa153::chip::spc
27
28/* ***************************************************************************************
29 * Class/Interface/Struct/Enum
30 */
31
234 bool lpIREF;
235
307 BandgapMode bandgapMode;
308
392 LowPowerModeCoreLdoOption coreLDOOption;
393};
394
395/* ***************************************************************************************
396 * End of file
397 */
398
399#endif /* MCXA153_6F58BF07_D4D2_4104_8C25_F56A1366E729 */
Definition ActiveModeCoreLdoOption.h:24
BandgapMode
Bandgap Mode Enumeration.
Definition BandgapMode.h:64
Low Power Mode Core LDO Option Configuration This structure defines the configuration options for the...
Definition LowPowerModeCoreLdoOption.h:52
Definition LowPowerModeRegulatorsConfig.h:164