HomeSort by relevance Sort by last modified time
    Searched refs:INV_16_BIT (Results 1 - 3 of 3) sorted by null

  /hardware/invensense/mlsdk/mllite/
mlFIFO.h 53 #define INV_16_BIT (0x0100)
mlFIFO.c 163 /** Sets accuracy to be one of 0, INV_32_BIT, or INV_16_BIT. Looks up old
173 else if (accuracy & INV_16_BIT)
177 accuracy = INV_16_BIT;
223 * @param[in] accuracy INV_16_BIT or INV_32_BIT when constructing data to send
239 if (accuracy & INV_16_BIT) {
405 fifo_obj.data_config[CONFIG_FOOTER] = 0x0001 | INV_16_BIT;
    [all...]
mlsupervisor.c 94 (void)inv_send_external_sensor_data(INV_ELEMENT_1 | INV_ELEMENT_2 | INV_ELEMENT_3, INV_16_BIT);

Completed in 18 milliseconds