Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
10/16/2014
This macro is a helper function that uses a bit mask to write a byte to a specified address.
Syntax
#define MASKREG8(x, y, z)
Parameters
- x
Specifies the address to which the byte will be written. The memory address space is used for all hardware platforms.
- y
Bits to be cleared from the address.
- z
Specifies the new bits to be set.
Return Value
None.
Requirements
Header |
oal_io.h |