Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implemented by the client driver to ...
Syntax
UART_HARDWARE_WRITE_INDEXED_UCHAR UartHardwareWriteIndexedUchar;
VOID UartHardwareWriteIndexedUchar(
[_In_] PCPPORT Port,
const UCHAR Index,
const UCHAR Value
)
{...}
Parameters
[_In_] Port
A pointer to a _CPPORT structure that was received during port initialization.
Index
A zero-based index for the port.
Value
Specifies a byte to be written to the register.
Return value
None
Remarks
Register your implementation of this callback function by setting the appropriate member of the _CPPORT structure.
Requirements
| Requirement | Value |
|---|---|
| Header | uart.h |