Nut/OS  5.0.5
API Reference
GPIO Macros

Platform independent GPIO. More...

Collaboration diagram for GPIO Macros:

Files

file  porttran.h
 

Port translations.


Defines

#define GPIO_SET_LO(b)
#define GPIO_SET_HI(b)
#define GPIO_IS_HI(b)
#define GPIO_GET(b)
#define GPIO_ENABLE(b)
#define GPIO_OUTPUT(b)
#define GPIO_INPUT(b)
#define GPIO_PULLUP_ON(b)
#define GPIO_PULLUP_OFF(b)
#define GPIO_FILTER_ON(b)
#define GPIO_FILTER_OFF(b)
#define GPIO_OPENDRAIN(b)
#define GPIO_PUSHPULL(b)

Detailed Description

Platform independent GPIO.


Define Documentation

#define GPIO_SET_LO (   b)
#define GPIO_SET_HI (   b)
#define GPIO_IS_HI (   b)
#define GPIO_GET (   b)
#define GPIO_ENABLE (   b)
#define GPIO_OUTPUT (   b)
#define GPIO_INPUT (   b)
#define GPIO_PULLUP_ON (   b)
#define GPIO_PULLUP_OFF (   b)
#define GPIO_FILTER_ON (   b)
#define GPIO_FILTER_OFF (   b)
#define GPIO_OPENDRAIN (   b)
#define GPIO_PUSHPULL (   b)