The effect of activated shortcut is, that upon I2C event triggering, the hardware will automatically start chosen task without intervention of the software.
More...
The effect of activated shortcut is, that upon I2C event triggering, the hardware will automatically start chosen task without intervention of the software.
◆ I2C_SHORTS_BB_STOP
#define I2C_SHORTS_BB_STOP (1 << 1) |
On byte boundary, activate stop task.
Definition at line 88 of file common/i2c.h.
◆ I2C_SHORTS_BB_SUSPEND
#define I2C_SHORTS_BB_SUSPEND (1 << 0) |
On byte boundary, activate suspend task.
Definition at line 85 of file common/i2c.h.