What Xferoption should be selected in SMBUS for restart condition?What is Xferoption for restart condition with change in direction(write to read)?
/* List of XferOptions in usage of : * 1- Restart condition when direction change * 2- No Restart condition in other use cases */#define SMBUS_FIRST_FRAME SMBUS_SOFTEND_MODE#define SMBUS_NEXT_FRAME ((uint32_t(SMBUS_RELOAD_MODE|SMBUS_SOFTEND_...