Project

General

Profile

Revision 334

added more docs

View differences:

mouse.h
2 2
#define MOUSE_H_INCLUDED
3 3

  
4 4
/**
5
 * @defgroup    mouse   mouse
6
 * @ingroup kbc
7
 * @brief   Mouse module.
8
 *
9
 * @{
10
 */
11

  
12
/**
5 13
 * @brief Subscribes Mouse Interrupts and disables Minix Default IH
6 14
 * @param interrupt_bit Bit of Interrupt Vector that will be set when Mouse Interrupt is pending
7 15
 * @param interrupt_id Mouse Interrupt ID to specify the Mouse Interrupt in other calls
......
87 95
 */
88 96
int16_t (sign_extend_byte)(uint8_t sign_bit, uint8_t byte);
89 97

  
98
/**
99
 * @}
100
 */
101

  
90 102
#endif //MOUSE_H_INCLUDED

Also available in: Unified diff