RTEMS  5.0.0
Macros
bbb-gpio.h File Reference

BeagleBone Black BSP definitions. More...

Go to the source code of this file.

Macros

#define BBB_DIGITAL_IN   2
 BeagleBone Black GPIO functions. More...
 
#define BBB_DIGITAL_OUT   1
 
#define BBB_PUDEN   (1 << 3)
 BeagleBone Black GPIO pad configuration.
 
#define BBB_PUDDIS   ~BBB_PUDEN
 
#define BBB_PU_EN   (1 << 4)
 
#define BBB_PD_EN   ~BBB_PU_EN
 
#define BBB_MUXMODE(X)   (X & 0x7)
 
#define BBB_RXACTIVE   (1 << 5)
 
#define BBB_SLEWCTRL   (1 << 6)
 

Detailed Description

BeagleBone Black BSP definitions.

Macro Definition Documentation

◆ BBB_DIGITAL_IN

#define BBB_DIGITAL_IN   2

BeagleBone Black GPIO functions.

Copyright (c) 2015 Ketul Shah <ketulshah1993 at gmail.com>

The license and distribution terms for this file may be found in the file LICENSE in this distribution or at http://www.rtems.org/license/LICENSE.