CONFIG_INA230_TRIGGER
INA230 trigger mode
Type: bool
Help
Set to enable trigger mode using gpio interrupt, where
interrupts are configured to line ALERT PIN.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/drivers/sensor/ina23x/Kconfig:23
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:117
Menu path: (Top) → Device Drivers → Sensor Drivers → INA23X Current and Power Monitor
config INA230_TRIGGER
bool "INA230 trigger mode"
depends on INA230 && INA23X && SENSOR
help
Set to enable trigger mode using gpio interrupt, where
interrupts are configured to line ALERT PIN.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)