Home
last modified time | relevance | path

Searched full:gyro_config0 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/sensor/
Dinvensense,icm42605.yaml46 Maps to GYRO_ODR field in GYRO_CONFIG0 setting
76 Maps to GYRO_FS_SEL field in GYRO_CONFIG0 setting
Dinvensense,icm42670.yaml44 Maps to GYRO_ODR field in GYRO_CONFIG0 setting
123 Maps to GYRO_FS_SEL field in GYRO_CONFIG0 setting
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_common.c179 uint8_t gyro_config0 = FIELD_PREP(MASK_GYRO_ODR, cfg->gyro_odr) | in icm42688_configure() local
182 LOG_DBG("GYRO_CONFIG0 (0x%x) 0x%x", REG_GYRO_CONFIG0, gyro_config0); in icm42688_configure()
183 res = icm42688_spi_single_write(&dev_cfg->spi, REG_GYRO_CONFIG0, gyro_config0); in icm42688_configure()
185 LOG_ERR("Error writing GYRO_CONFIG0"); in icm42688_configure()