Home | History | Annotate | Download | only in mraa

Lines Matching refs:Platform

47  * Detects running platform and attempts to use included pinmap, this is run on
89 * Get platform type, board must be initialised.
91 * @return mraa::platform Platform type enum
93 inline Platform
96 return (Platform) mraa_get_platform_type();
146 * Return Platform Name. Returns NULL if no platform inited.
148 * @return platform name
158 * Return platform versioning info. Returns NULL if no info present.
161 * @return platform versioning info
171 * Return count of physical pins on the running platform
182 * Get platform usable I2C bus count, board must be initialised.
184 * @return number f usable I2C bus count on the current platform. Function will
233 * Detect presence of sub platform.
235 * @return bool true if sub platform is present and initialized, false otherwise
246 * Check if pin or bus id includes sub platform mask.
250 * @return mraa_boolean_t 1 if pin or bus is for sub platform, 0 otherwise
259 * Convert pin or bus index to corresponding sub platform id.
263 * @return int sub platform pin or bus number
272 * Convert pin or bus sub platform id to index.
274 * @param int sub platform pin or bus id