Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_GPIO_INFO Struct Reference

#include <gpio.h>

Data Fields

GPIO_DEVICEgpio
 Device for this GPIO pin.
uint32_t pin
 Pin number (eg GPIO_PIN_59).
uint32_t func
 Function value (or GPIO_FUNCTION_UNKNOWN).
uint32_t pull
 Pull Up/Down value (or GPIO_PULL_UNKNOWN).
uint32_t trigger
 Trigger value (or GPIO_TRIGGER_UNKNOWN).

Field Documentation

◆ gpio

GPIO_DEVICE* gpio

Device for this GPIO pin.

◆ pin

uint32_t pin

Pin number (eg GPIO_PIN_59).

◆ func

uint32_t func

Function value (or GPIO_FUNCTION_UNKNOWN).

◆ pull

uint32_t pull

Pull Up/Down value (or GPIO_PULL_UNKNOWN).

◆ trigger

uint32_t trigger

Trigger value (or GPIO_TRIGGER_UNKNOWN).


The documentation for this struct was generated from the following file: