UART_SET_POWER_D0 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// uart.h

UART_SET_POWER_D0 UartSetPowerD0;

UART_STATUS UartSetPowerD0(
  [_In_] PCPPORT Port
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-uart-uart_set_power_d0)

Description

Supplies a function to transition the UART to D0.

Parameters

Port [_In_]

A pointer to a _CPPORT structure that contains the address of the port object that describes the UART hardware.

Return value

Remarks

See also

UART_HARDWARE_DRIVER

_CPPORT

uart.h