mraa  0.4.5
Low Level Skeleton Library for Communication on GNU/Linux platforms
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
mraa_pincapabilities_t Struct Reference

Detailed Description

A bitfield representing the capabilities of a pin.

Data Fields

mraa_boolean_t valid:1
 
mraa_boolean_t gpio:1
 
mraa_boolean_t pwm:1
 
mraa_boolean_t fast_gpio:1
 
mraa_boolean_t spi:1
 
mraa_boolean_t i2c:1
 
mraa_boolean_t aio:1
 
mraa_boolean_t uart:1
 

Field Documentation

Is the pin valid at all

Is the pin gpio capable

Is the pin pwm capable

mraa_boolean_t fast_gpio

Is the pin fast gpio capable

Is the pin spi capable

Is the pin i2c capable

Is the pin analog input capable

Is the pin uart capable


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