UART_HARDWARE_WRITE_INDEXED_UCHAR funzione di callback (uart.h)
Implementato dal driver client in ...
Sintassi
UART_HARDWARE_WRITE_INDEXED_UCHAR UartHardwareWriteIndexedUchar;
void UartHardwareWriteIndexedUchar(
[_In_] PCPPORT Port,
const UCHAR Index,
const UCHAR Value
)
{...}
Parametri
[_In_] Port
Puntatore a una struttura _CPPORT ricevuta durante l'inizializzazione della porta.
Index
Indice in base zero per la porta.
Value
Specifica un byte da scrivere nel registro.
Valore restituito
nessuno
Osservazioni
Registrare l'implementazione di questa funzione di callback impostando il membro appropriato della struttura _CPPORT .
Requisiti
Requisito | Valore |
---|---|
Intestazione | uart.h |