mFrame
載入中...
搜尋中...
無符合項目
LowVoltageLevelSelect.h
1
7#ifndef CHIP_6BEAE455_399B_4070_9161_8C362CB65914
8#define CHIP_6BEAE455_399B_4070_9161_8C362CB65914
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace chip::spc {
23 enum struct LowVoltageLevelSelect : unsigned char;
24} // namespace chip::spc
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29enum struct chip::spc::LowVoltageLevelSelect : unsigned char {
35 NORMAL_LEVEL = 0x0U,
36
42 SAFE_LEVEL = 0x1U,
43
47 HIGH_RANGE = 0x0U,
48
52 LOW_RANGE = 0x1U
53};
54
55/* ***************************************************************************************
56 * End of file
57 */
58
59#endif /* CHIP_6BEAE455_399B_4070_9161_8C362CB65914 */
Definition ActiveModeCoreLdoOption.h:24
LowVoltageLevelSelect
Definition LowVoltageLevelSelect.h:29
@ LOW_RANGE
Low range LVD threshold.
@ HIGH_RANGE
High range LVD threshold.