mFrame
載入中...
搜尋中...
無符合項目
GeneralPinMode.h
1
7
#ifndef HAL_D6F1DE5B_EB64_4F4E_8E76_26C5EE0EF55F
8
#define HAL_D6F1DE5B_EB64_4F4E_8E76_26C5EE0EF55F
9
10
/* ***************************************************************************************
11
* Include
12
*/
13
//----------------------------------------------------------------------------------------
14
#include "mframe.h"
15
//----------------------------------------------------------------------------------------
16
17
/* ***************************************************************************************
18
* Namespace
19
*/
20
namespace
hal::digital
{
21
enum struct
GeneralPinMode
: char;
22
}
// namespace hal::digital
23
24
/* ***************************************************************************************
25
* Class/Interface/Struct
26
*/
27
35
enum struct
hal::digital::GeneralPinMode
:
char
{
36
NOT_SUPPORT
,
37
FLOAT
,
38
PUSH_PULL
,
39
PULL_UP
,
40
PULL_DOWN
,
41
OPEN_DRAIN
,
42
OPEN_DRAIN_PULL_UP
43
};
44
45
/* ***************************************************************************************
46
* End of file
47
*/
48
#endif
/* HAL_D6F1DE5B_EB64_4F4E_8E76_26C5EE0EF55F */
hal::digital
Definition
EdgeTriggerEvent.h:20
hal::digital::GeneralPinMode
GeneralPinMode
通用引腳模式。
Definition
GeneralPinMode.h:35
hal::digital::GeneralPinMode::PULL_UP
@ PULL_UP
hal::digital::GeneralPinMode::PULL_DOWN
@ PULL_DOWN
hal::digital::GeneralPinMode::PUSH_PULL
@ PUSH_PULL
hal::digital::GeneralPinMode::NOT_SUPPORT
@ NOT_SUPPORT
hal::digital::GeneralPinMode::OPEN_DRAIN_PULL_UP
@ OPEN_DRAIN_PULL_UP
hal::digital::GeneralPinMode::FLOAT
@ FLOAT
hal::digital::GeneralPinMode::OPEN_DRAIN
@ OPEN_DRAIN
C:
Workspaces
mframe-doxygen
souurce
base
hal
src
digital
GeneralPinMode.h
產生者:
1.11.0