UART_HARDWARE_WRITE_ULONG callback function (uart.h)

Writes a ULONG value to the specified port or register.

Syntax

UART_HARDWARE_WRITE_ULONG UartHardwareWriteUlong;

void UartHardwareWriteUlong(
  PULONG Address,
  ULONG Value
)
{...}

Parameters

Address

A pointer to a variable that contains the port or register address.

Value

A ULONG value to be written to the port or register.

Return value

None

Remarks

Register your implementation of this callback function by setting the WritePort32 or WriteRegister32 member of the _UART_HARDWARE_ACCESS structure.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1803
Header uart.h

See also

uart.h