long EPS_PLF_EXCHANGE_LONG (long volatile *pAddr, long lVal)
This function is used to set a 32-bit variable to the specified value as an atomic operation.
Parameters
pAddr: In/Out. A pointer to the value to be exchanged.
lVal: In/Out. The value to be exchanged with the value pointed to by pAddr.