WRITE_REGISTER_USHORT

VOID
WRITE_REGISTER_USHORT(

IN PUSHORT Register,
IN USHORT Value
);

WRITE_REGISTER_USHORT writes a USHORT value to the specified address.

Parameters

Register

Points to the register, which must be a mapped range in memory space.

Value

Specifies a USHORT value to be written to the register.

Comments

Callers of WRITE_REGISTER_USHORT can be running at any IRQL, assuming the Register is resident, mapped device memory.