![]() |
NUC472_NUC442_BSP V3.03.005
The Board Support Package for NUC472/NUC442
|
Go to the source code of this file.
Functions | |
void | PS2_EnableInt (uint32_t u32Mask) |
The function is used to enable PS2 specified interrupt. More... | |
void | PS2_DisableInt (uint32_t u32Mask) |
The function is used to disable PS2 specified interrupt. More... | |
void | PS2_Open (void) |
This function use to enable PS2 function and set one byte per trnasfer. More... | |
void | PS2_Close (void) |
This function use to disable PS2 function. More... | |
uint8_t | PS2_Read (void) |
This function use to read PS2 Rx data. More... | |
int32_t | PS2_Write (uint32_t *pu32Buf, uint32_t u32ByteCount) |
This function use to transmit PS2 data. More... | |