Searched refs:uint_fast16_t (Results 1 - 7 of 7) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A DmlFIFOHW.h37 uint_fast16_t inv_get_fifo(uint_fast16_t length, unsigned char *buffer);
39 inv_error_t inv_get_fifo_length(uint_fast16_t * len);
43 inv_error_t inv_read_fifo(unsigned char *data, uint_fast16_t len);
H A DmlFIFO.h86 inv_error_t inv_send_quaternion(uint_fast16_t accuracy);
87 inv_error_t inv_send_gyro(uint_fast16_t elements, uint_fast16_t accuracy);
88 inv_error_t inv_send_accel(uint_fast16_t elements, uint_fast16_t accuracy);
89 inv_error_t inv_send_linear_accel(uint_fast16_t elements,
90 uint_fast16_t accuracy);
91 inv_error_t inv_send_linear_accel_in_world(uint_fast16_t elements,
92 uint_fast16_t accuracy);
93 inv_error_t inv_send_cntrl_data(uint_fast16_t element
[all...]
H A DmlFIFOHW.c111 uint_fast16_t inv_get_fifo(uint_fast16_t length, unsigned char *buffer)
115 uint_fast16_t inFifo;
116 uint_fast16_t toRead;
204 inv_error_t inv_get_fifo_length(uint_fast16_t * len)
225 *len = (uint_fast16_t) (fifoBuf[0] << 8);
226 *len += (uint_fast16_t) (fifoBuf[1]);
250 inv_error_t inv_read_fifo(unsigned char *data, uint_fast16_t len)
H A DmlFIFO.c138 uint_fast16_t fifo_packet_size;
139 uint_fast16_t data_config[NUMFIFOELEMENTS];
166 static uint_fast16_t inv_set_fifo_accuracy(uint_fast16_t elements,
167 uint_fast16_t accuracy,
192 static uint_fast16_t inv_set_fifo_reference(uint_fast16_t elements,
193 uint_fast16_t increment,
227 uint_fast16_t elements,
228 uint_fast16_t accurac
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dstdint_invensense.h36 typedef unsigned int uint_fast16_t; typedef
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dstdint_invensense.h46 typedef unsigned int uint_fast16_t; typedef
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dstdint_invensense.h36 typedef unsigned int uint_fast16_t; typedef

Completed in 103 milliseconds