UART_HARDWARE_WRITE_ULONG64 callback function (uart.h)
Writes a ULONG64 value to the specified register address.
Syntax
UART_HARDWARE_WRITE_ULONG64 UartHardwareWriteUlong64;
void UartHardwareWriteUlong64(
PULONG64 Address,
ULONG64 Value
)
{...}
Parameters
Address
A pointer to the register, which must be a mapped range in memory space.
Value
A ULONG64 value to be written to the register.
Return value
None
Remarks
Register your implementation of this callback function by setting the WriteRegister64 member of the _UART_HARDWARE_ACCESS structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1803 |
Header | uart.h |