Lines Matching defs:mode
102 * External clock scaling in PPS mode.
110 /* spi max speed in burst mode */
187 "Allow IMU rates below the minimum advisable when external clk is used in PPS mode (default: N)");
343 * When using PPS mode, the input clock needs to be scaled so that we have an IMU
1187 * When burst mode is used, temperature is the first data
1325 unsigned int mode, mask;
1343 mode = ADIS16480_SYNC_EN(enable) | ADIS16480_SYNC_SEL(pin);
1345 /* Only ADIS1649x devices support pps ext clock mode */
1347 mode |= ADIS16480_SYNC_MODE(st->clk_mode);
1352 val |= mode;
1459 * In PPS mode, the IMU sample rate is the clk_freq * sync_scale. Hence,
1473 /* Only use our trigger handler if burst mode is supported */