mFrame
載入中...
搜尋中...
無符合項目
DriveStrengthDouble.h
1
7
#ifndef CHIP_5713EDB1_F671_4201_8F86_2F84E9027254
8
#define CHIP_5713EDB1_F671_4201_8F86_2F84E9027254
9
10
/* ***************************************************************************************
11
* Include
12
*/
13
14
//----------------------------------------------------------------------------------------
15
#include "mframe.h"
16
17
//----------------------------------------------------------------------------------------
18
19
/* ***************************************************************************************
20
* Namespace
21
*/
22
namespace
chip::port
{
23
enum struct
DriveStrengthDouble
: bool;
24
25
constexpr
bool
operator+(
DriveStrengthDouble
e) {
26
return
static_cast<
bool
>
(e);
27
}
28
}
// namespace chip::port
29
30
/* ***************************************************************************************
31
* Class/Interface/Struct/Enum
32
*/
33
enum struct
chip::port::DriveStrengthDouble
:
bool
{
34
NORMAL = 0U,
35
DOUBLE
= 1U
36
};
37
38
/* ***************************************************************************************
39
* End of file
40
*/
41
42
#endif
/* CHIP_5713EDB1_F671_4201_8F86_2F84E9027254 */
chip::port
Definition
Config.h:36
chip::port::DriveStrengthDouble
DriveStrengthDouble
Definition
DriveStrengthDouble.h:33
chip::port::DriveStrengthDouble::DOUBLE
@ DOUBLE
C:
Workspaces
mframe-doxygen
souurce
nxp
mcxa153
chip
src
port
DriveStrengthDouble.h
產生者:
1.11.0