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.

__monitor

Other Parts Discussed in Thread: REMOTI

Hello,everyone,

I am analysing the  RemoTI's code,however,I have a problem,code as follow:

static __monitor void HalFlashWriteTrigger(void)
{
  FCTL |= 0x02;         // Trigger the DMA writes.
  while (FCTL & 0x80);  // Wait until writing is done.
}

what's mean  about "__monitor"?    its  fuction?????

Thanks  for any help