Lines Matching refs:Result
82 * @return Result of operation
84 Result
87 return (Result) mraa_i2c_frequency(m_i2c, (mraa_i2c_mode_t) mode);
95 * @return Result of operation
97 Result
100 return (Result) mraa_i2c_address(m_i2c, address);
170 * @return Result of operation
172 Result
175 return (Result) mraa_i2c_write_byte(m_i2c, data);
184 * @return Result of operation
186 Result
189 return (Result) mraa_i2c_write(m_i2c, data, length);
197 * @return Result of operation
199 Result
202 return (Result) mraa_i2c_write_byte_data(m_i2c, data, reg);
210 * @return Result of operation
212 Result
215 return (Result) mraa_i2c_write_word_data(m_i2c, data, reg);