Home | History | Annotate | Download | only in mllite

Lines Matching refs:bandwidth

272     if (sensors.gyro.bandwidth == 0) {
273 sensors.gyro.bandwidth = (int)(1000000L / sample_rate_us);
291 if (sensors.accel.bandwidth == 0) {
292 sensors.accel.bandwidth = (int)(1000000L / sample_rate_us);
310 if (sensors.compass.bandwidth == 0) {
311 sensors.compass.bandwidth = (int)(1000000L / sample_rate_us);
346 /** Set Gyro Bandwidth in Hz
347 * @param[in] bandwidth_hz Gyro bandwidth in Hz
351 sensors.gyro.bandwidth = bandwidth_hz;
354 /** Set Accel Bandwidth in Hz
355 * @param[in] bandwidth_hz Gyro bandwidth in Hz
359 sensors.accel.bandwidth = bandwidth_hz;
362 /** Set Compass Bandwidth in Hz
363 * @param[in] bandwidth_hz Gyro bandwidth in Hz
367 sensors.compass.bandwidth = bandwidth_hz;