Pin |
public enum PinAction
Member name | Description |
---|---|
Clear | For each 1-bit in the mask-value, the corresponding pin is made logically cleared/off/false. |
Toggle | For each 1-bit in the mask-value, the corresponding pin is put into the opposite logical state. |
Set | For each 1-bit in the mask-value, the corresponding pin is made logically set/on/true. |
Write | Each bit in the mask-value is written to the corresponding pin: 0 = cleared/off/false, 1 = set/on/true. |