Revision 61
changes
kbc.h | ||
---|---|---|
45 | 45 |
int (kbc_issue_cmd)(uint8_t cmd); |
46 | 46 |
|
47 | 47 |
/** |
48 |
* @brief Low-level function to issue an argument of a command |
|
49 |
* @param cmd argument to be issued |
|
50 |
* @return 0 if operation was successful, 1 otherwise |
|
51 |
*/ |
|
52 |
int (kbc_issue_arg)(uint8_t arg); |
|
53 |
|
|
54 |
/** |
|
48 | 55 |
* @brief Low-level function for reading byte from keyboard |
49 | 56 |
* Low-level function for reading byte from keyboard. Waits until output buffer |
50 | 57 |
* is full |
Also available in: Unified diff