Function


nuContDataLock

Syntax:
void nuContDataLock(void)
Argument:
None
Return Value:
None
Explanation:

Latches the Controller data

Latches the data so the Controller Manager cannot update the Controller's data.

The Controller Manager reads the Controller data at every retrace and updates the internal buffer. Use this function to latch the data if you do not want to update the buffer. Use the AnuContDataUnLock function to unlatch the data.

The nuContDataRead and nuContDataReadStart functions are not affected.


Reference: nuContDataUnLock,nuContDataRead,nuContDataReadStart