// uart.h
UART_SET_POWER_D0 UartSetPowerD0;
UART_STATUS UartSetPowerD0(
[_In_] PCPPORT Port
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Supplies a function to transition the UART to D0.
Port [_In_]A pointer to a _CPPORT structure that contains the address of the port object that describes the UART hardware.