UART_HARDWARE_WRITE_INDEXED_UCHAR callback function (uart.h)
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 |