-
CONFIG_FXAS21002_WHOAMI
¶
WHOAMI value
Type: hex
Help¶
The datasheet defines the value of the WHOAMI register, but some pre-production devices can have a different value. It is unlikely you should need to change this configuration option from the default.
Default¶
0xd7
Kconfig definition¶
At <Zephyr>/drivers/sensor/fxas21002/Kconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/sensor/Kconfig:81
Menu path: (Top) → Device Drivers → Sensor Drivers → FXAS21002 gyroscope driver
config FXAS21002_WHOAMI hex "WHOAMI value" range 0x00 0xff default 0xd7 depends onFXAS21002
&&SENSOR
help The datasheet defines the value of the WHOAMI register, but some pre-production devices can have a different value. It is unlikely you should need to change this configuration option from the default.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)