The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_I2C_DW_0_IRQ_DIRECT

Direct Hardware Interrupt

Type: bool

Help

When interrupts fire, the driver’s ISR function is being called directly.

Direct dependencies

<choice: I2C_0 Interrupts via>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/i2c/Kconfig.dw:33

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:38drivers/i2c/Kconfig:21

Menu path: (top menu) → Device Drivers → I2C Drivers → Design Ware I2C support → I2C_0 Interrupts via

config I2C_DW_0_IRQ_DIRECT
    bool
    prompt "Direct Hardware Interrupt" if <choice: I2C_0 Interrupts via>
    depends on <choice: I2C_0 Interrupts via>
    help
      When interrupts fire, the driver's ISR function is being called
      directly.

(Definitions include propagated dependencies, including from if’s and menus.)