Home
last modified time | relevance | path

Searched refs:INV_16_BIT (Results 1 – 3 of 3) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
DmlFIFO.c173 else if (accuracy & INV_16_BIT) in inv_set_fifo_accuracy()
177 accuracy = INV_16_BIT; in inv_set_fifo_accuracy()
239 if (accuracy & INV_16_BIT) { in inv_construct3_fifo()
405 fifo_obj.data_config[CONFIG_FOOTER] = 0x0001 | INV_16_BIT; in inv_set_footer()
1037 if (accuracy & INV_16_BIT) { in inv_send_cntrl_data()
1089 INV_ELEMENT_1 | INV_16_BIT; in inv_send_packet_number()
1267 if (accuracy & INV_16_BIT) { in inv_send_quaternion()
1312 accuracy = INV_16_BIT; in inv_send_sensor_data()
1317 fifo_obj.data_config[CONFIG_TEMPERATURE] = 1 | INV_16_BIT; in inv_send_sensor_data()
1322 (0x3f & (elements >> 1)) | INV_16_BIT; in inv_send_sensor_data()
[all …]
DmlFIFO.h53 #define INV_16_BIT (0x0100) macro
Dmlsupervisor.c94 … (void)inv_send_external_sensor_data(INV_ELEMENT_1 | INV_ELEMENT_2 | INV_ELEMENT_3, INV_16_BIT); in inv_init_sensor_fusion_supervisor()