Edit

Share via


Port Enum

Definition

The I/O port used with registers.

public enum Port
type Port = 
Public Enum Port
Inheritance
Port

Fields

PortA 0

The first set of 8 GPIO pins.

PortB 1

The second set of 8 GPIO pins.

Remarks

16-bit controllers are logically separated into two 8-bit ports. 8-bit controllers only have one "port" of GPIO pins so this concept is irrelevant in that case.

Applies to