Project

General

Profile

Revision 321

correcting some problems

View differences:

kbc.h
90 90

  
91 91
/**
92 92
 * @brief Low-level function to issue an argument of a command
93
 * @param cmd argument to be issued
93
 * @param arg argument to be issued
94 94
 * @return 0 if operation was successful, 1 otherwise
95 95
 */
96 96
int (kbc_issue_arg)(uint8_t arg);
......
99 99
 * @brief Low-level function for reading byte from keyboard
100 100
 * Low-level function for reading byte from keyboard. Waits until output buffer
101 101
 * is full
102
 * @param value Pointer to variable where byte read from keyboard will be stored
102
 * @param byte Pointer to variable where byte read from keyboard will be stored
103 103
 * @return 0 if operation was successful, 1 otherwise
104 104
 */
105 105
int (kbc_read_byte)(uint8_t *byte);

Also available in: Unified diff