zephyr/drivers/sensor/bmi160
Guðni Már Gilbert 15d1ea544b drivers: sensor: bmi160: Fix bug where undersampling is not set
Fix #32774

Bit position BIT(7) is 1000 0000 in binary which is actually the
bit positon 128. BIT(7) can be used as a mask, but we need to define
the position specifically as the integer 7.

Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
2021-03-09 14:16:24 +01:00
..
bmi160_trigger.c kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
bmi160.c drivers: sensor: bmi160: Fix bug where undersampling is not set 2021-03-09 14:16:24 +01:00
bmi160.h drivers: sensor: bmi160: Fix bug where undersampling is not set 2021-03-09 14:16:24 +01:00
CMakeLists.txt
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00