UCHAR
READ_REGISTER_UCHAR(
IN PUCHAR Register
);
READ_REGISTER_UCHAR reads a byte from the specified register address.
READ_REGISTER_UCHAR returns the byte read from the specified register address.
Callers of READ_REGISTER_UCHAR can be running at any IRQL, assuming the Register is resident, mapped device memory.