mFrame
載入中...
搜尋中...
無符合項目
LowPowerRequestConfig.h
1
7#ifndef CHIP_9BC854EB_C028_4060_B45F_7E8EEF129EC0
8#define CHIP_9BC854EB_C028_4060_B45F_7E8EEF129EC0
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18#include "./LowPowerRequestOutputOverride.h"
19#include "./LowPowerRequestPinPolarity.h"
20
21/* ***************************************************************************************
22 * Namespace
23 */
24namespace chip::spc {
25 struct LowPowerRequestConfig;
26} // namespace chip::spc
27
28/* ***************************************************************************************
29 * Class/Interface/Struct/Enum
30 */
31
40
41/* ***************************************************************************************
42 * End of file
43 */
44
45#endif /* CHIP_9BC854EB_C028_4060_B45F_7E8EEF129EC0 */
Definition ActiveModeCoreLdoOption.h:24
LowPowerRequestOutputOverride
SPC low power request output override.
Definition LowPowerRequestOutputOverride.h:38
LowPowerRequestPinPolarity
SPC low power request output pin polarity.
Definition LowPowerRequestPinPolarity.h:38
Low Power Request output pin configuration.
Definition LowPowerRequestConfig.h:35
bool enable
Definition LowPowerRequestConfig.h:36
chip::spc::LowPowerRequestPinPolarity polarity
Definition LowPowerRequestConfig.h:37