Project

General

Profile

Revision 90

docs and error changes

View differences:

timer.h
7 7

  
8 8
#include <stdint.h>
9 9

  
10
/**
11
 * @brief Subscribes Timer Interrupts and disables Minix Default IH
12
 * @param interrupt_bit Bit of Interrupt Vector that will be set when Timer Interrupt is pending
13
 * @param interrupt_id Timer Interrupt ID to specify the Timer Interrupt in other calls
14
 * @return ERROR_CODE code representing the result of the operation, SUCCESS code is returned if everything is OK
15
 * @see {_ERRORS_H_::errors}
16
 */
10 17
int (subscribe_timer_interrupt)(uint8_t interrupt_bit, int *interrupt_id);
11 18

  
12 19
int no_interrupts;

Also available in: Unified diff