Home
last modified time | relevance | path

Searched refs:BMI08X_POWER_CONFIG_DELAY (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_accel.c527 k_msleep(BMI08X_POWER_CONFIG_DELAY); in bmi08x_accel_pm_action()
533 k_msleep(BMI08X_POWER_CONFIG_DELAY); in bmi08x_accel_pm_action()
560 k_msleep(BMI08X_POWER_CONFIG_DELAY); in bmi08x_apply_sync_binary_config()
569 k_msleep(BMI08X_POWER_CONFIG_DELAY); in bmi08x_apply_sync_binary_config()
628 k_msleep(BMI08X_POWER_CONFIG_DELAY); in bmi08x_apply_sync_binary_config()
680 k_msleep(BMI08X_POWER_CONFIG_DELAY); in bmi08x_accel_init()
686 k_msleep(BMI08X_POWER_CONFIG_DELAY); in bmi08x_accel_init()
Dbmi08x.h396 #define BMI08X_POWER_CONFIG_DELAY 5 macro