You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the register at address N is defined multiple times in the same file and two or more of the definitions do not set the same size for the register, then the results are unpredictable:
-May try to set a DWORD with a WORD read from the device
-May try to set a WORD with a DWORD read from the device
The text was updated successfully, but these errors were encountered:
If the register at address N is defined multiple times in the same file and two or more of the definitions do not set the same size for the register, then the results are unpredictable:
-May try to set a DWORD with a WORD read from the device
-May try to set a WORD with a DWORD read from the device
The text was updated successfully, but these errors were encountered: