Port3 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The GPIO state of the GPIO located on the P3 port Most of those ports can be used as external GPIO ports Refer to the detailed documentation page 79 and 80
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum Port3
[<System.Flags>]
type Port3 =
Public Enum Port3
- Inheritance
-
Port3
- Attributes
Fields
Name | Value | Description |
---|---|---|
P30 | 1 | P30 |
P31 | 2 | P31 |
P32 | 4 | P32 |
P33 | 8 | P33 |
P34 | 16 | P34 |
P35 | 32 | P35 |