Logo
1.0.20231103-wip
BeagleBoard Project v: latest
Document Release Versions
latest
0.0
Downloads
PDF
BeagleBoard.org Links
Docs Source

Introduction

  • Blink LED
  • Support
  • Beagle 101
  • Contribution
  • Contributors

Boards

  • BeaglePlay
  • BeagleBone AI-64
  • BeagleBone AI
  • BeagleBone Black
  • BeagleBone Blue
  • BeagleBone (all)
  • BeagleV-Ahead
  • BeagleV-Fire
  • Capes
  • PocketBeagle
  • BeagleConnect Freedom
  • BeagleBoard (all)
  • Terms & Conditions

Projects

  • simpPRU
  • BB-Config
  • Robot Control Library
  • BeagleConnect

Books

  • BeagleBone Cookbook
  • PRU Cookbook

Accessories

  • Capes
  • Accessories

Reference

  • About
  • Donate
  • FAQ
BeagleBoard Docs
  • File gpio.h
  • Edit on GitLab

This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

File gpio.h¶

↰ Parent directory (library/include/rc)

Contents

  • Definition (library/include/rc/gpio.h)

  • Includes

  • Included By

  • Functions

  • Defines

Definition (library/include/rc/gpio.h)¶

Includes¶

  • stdint.h

Included By¶

  • File robotcontrol.h

Functions¶

  • Function rc_gpio_cleanup

  • Function rc_gpio_get_value

  • Function rc_gpio_init

  • Function rc_gpio_init_event

  • Function rc_gpio_poll

  • Function rc_gpio_set_value

Defines¶

  • Define GPIOEVENT_REQUEST_BOTH_EDGES

  • Define GPIOEVENT_REQUEST_FALLING_EDGE

  • Define GPIOEVENT_REQUEST_RISING_EDGE

  • Define GPIOHANDLE_REQUEST_ACTIVE_LOW

  • Define GPIOHANDLE_REQUEST_INPUT

  • Define GPIOHANDLE_REQUEST_OPEN_DRAIN

  • Define GPIOHANDLE_REQUEST_OPEN_SOURCE

  • Define GPIOHANDLE_REQUEST_OUTPUT

  • Define RC_GPIOEVENT_ERROR

  • Define RC_GPIOEVENT_FALLING_EDGE

  • Define RC_GPIOEVENT_RISING_EDGE

  • Define RC_GPIOEVENT_TIMEOUT


© Copyright 2023, BeagleBoard.org Foundation. Last updated on Nov 03, 2023.

BeagleBoard Project v: latest
Document Release Versions
latest
0.0
Downloads
PDF
BeagleBoard.org Links
Docs Source