Edit

Share via


UART_SET_POWER_D0 callback function (uart.h)

Supplies a function to transition the UART to D0.

Syntax

UART_SET_POWER_D0 UartSetPowerD0;

UART_STATUS UartSetPowerD0(
  [_In_] PCPPORT Port
)
{...}

Parameters

[_In_] Port

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

Requirements

Requirement Value
Header uart.h

See also

UART_HARDWARE_DRIVER

_CPPORT

uart.h