Revision 44
implemented 3rd function. something is wrong
kbc_func.h | ||
---|---|---|
15 | 15 |
int (subscribe_kbc_interrupt)(uint8_t interrupt_bit, int *interrupt_id); |
16 | 16 |
|
17 | 17 |
/** |
18 |
* @brief Unsubcribes KBC Interrupts
|
|
19 |
* @param interrupt_id KBC Interrupt ID, value via arguments on subscription of the interrupt_id
|
|
20 |
* @see subscribe_kbc_interrupt |
|
18 |
* @brief Unsubcribes Interrupts |
|
19 |
* @param interrupt_id Interrupt ID, value via arguments on subscription of the interrupt_id |
|
20 |
* @see subscribe_kbc_interrupt, subscribe_timer_interrupt
|
|
21 | 21 |
* @return Whether operation was sucessful or not |
22 | 22 |
*/ |
23 |
int (unsubscribe_kbc_interrupt)(int *interrupt_id);
|
|
23 |
int (unsubscribe_interrupt)(int *interrupt_id); |
|
24 | 24 |
|
25 | 25 |
/** |
26 | 26 |
* @brief KBC Interrupt Handler |
Also available in: Unified diff