mFrame
載入中...
搜尋中...
無符合項目
Rate.h
1
7
#ifndef CHIP_E5227669_41CC_44AE_B28D_811F4FC92334
8
#define CHIP_E5227669_41CC_44AE_B28D_811F4FC92334
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
Rate
: bool;
24
25
constexpr
bool
operator+(
Rate
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::Rate
:
bool
{
34
FAST
= 0U,
35
SLOW
= 1U
36
};
37
38
/* ***************************************************************************************
39
* End of file
40
*/
41
42
#endif
/* CHIP_E5227669_41CC_44AE_B28D_811F4FC92334 */
chip::port
Definition
Config.h:36
chip::port::Rate
Rate
Definition
Rate.h:33
chip::port::Rate::SLOW
@ SLOW
chip::port::Rate::FAST
@ FAST
C:
Workspaces
mframe-doxygen
souurce
nxp
mcxa153
chip
src
port
Rate.h
產生者:
1.11.0