Searched refs:gyro_pwr_mode (Results 1 – 3 of 3) sorted by relevance
68 const bool gyro_enabled = cfg->gyro_pwr_mode != ICM42688_DT_GYRO_OFF; in icm42688_compute_fifo_wm()152 uint8_t pwr_mgmt0 = FIELD_PREP(MASK_GYRO_MODE, cfg->gyro_pwr_mode) | in icm42688_configure()
307 .gyro_pwr_mode = DT_INST_PROP(inst, gyro_pwr_mode), \
292 uint8_t gyro_pwr_mode; member