This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

I2C delay instruction cycle

Other Parts Discussed in Thread: MSP430F47193

I am using MSP430F47193. In that I2C code there is I2C delay function.                                                                                                                   

void I2C_Delay(void)
{
  unsigned char Del=100; //50
  while (Del--);
}

what is the time taken to complete these instructions.

**Attention** This is a public forum