Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 419 Bytes

File metadata and controls

15 lines (10 loc) · 419 Bytes

enum GPIOMode

Overview / Purpose

Enumeration GPIOMode

Enumerator Value Description
GPIO_MODE_UNSPECIFIED 0 Unspecified GPIO mode
GPIO_MODE_INPUT_FLOATING 1 Input floating
GPIO_MODE_OUTPUT_PUSH_PULL 2 Output push-pull
GPIO_MODE_OUTPUT_OPEN_DRAIN 3 Output open drain

Parent topic: InterconnectConfig (C++)