mFrame
載入中...
搜尋中...
無符合項目
vbat/Shift.h
1
7#ifndef CHIP_FC22CE47_128B_428D_A43F_E711E2F0EFEC
8#define CHIP_FC22CE47_128B_428D_A43F_E711E2F0EFEC
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace chip::vbat {
23 enum struct Shift : unsigned int;
24
25 constexpr unsigned int operator+(Shift e) {
26 return static_cast<unsigned int>(e);
27 }
28} // namespace chip::vbat
29
30/* ***************************************************************************************
31 * Class/Interface/Struct/Enum
32 */
33
38enum struct chip::vbat::Shift : unsigned int {
44 VERID_FEATURE = 0U,
45
51 VERID_MINOR = 16U,
52
58 VERID_MAJOR = 24U,
59
69 FROCTLA_FRO_EN = 0U,
70
80 FROLCKA_LOCK = 0U,
81
87 FROCLKE_CLKE = 0U,
88
95
105 WAKLCKA_LOCK = 0U
106};
107
108/* ***************************************************************************************
109 * End of file
110 */
111
112#endif /* CHIP_FC22CE47_128B_428D_A43F_E711E2F0EFEC */
Definition vbat/Mask.h:22
@ FROCLKE_CLKE
FROCTLA - CLKE.
@ WAKLCKA_LOCK
WAKLCKA - LOCK.
@ FROLCKA_LOCK
FROCTLA - LOCK.
@ FROCTLA_FRO_EN
FROCTLA - FRO_EN.
@ WAKEUP_WAKEUPA_REG
WAKEUP_WAKEUPA - REG.
Shift
VBAT_Register_Masks VBAT Register Shift.
Definition vbat/Shift.h:38