work on doku

interrupts
polymurph 3 years ago
parent 885ebe6904
commit bbb7f062f8

@ -31,16 +31,18 @@ typedef enum {
prescalerOutOfRange /*!< Set prescaler value exeeds the Register's **HARDWARE** size */ prescalerOutOfRange /*!< Set prescaler value exeeds the Register's **HARDWARE** size */
} timerError_t; } timerError_t;
/*! Enum of possible counting modes */
typedef enum { typedef enum {
upCounting, upCounting, /*!< Counter is in upcounting mode */
downCounting downCounting /*!< Counter is in downcounting mode */
} timerCountDirection_t; } timerCountDirection_t;
/*! Enum of possible timer modes */
typedef enum { typedef enum {
counter, counter, /*!< Timer is in counting mode */
inputCapture, inputCapture, /*!< */
outputCompare, outputCompare, /*!< */
onePulse onePulse /*!< */
} timerMode_t; } timerMode_t;
/*! /*!

Loading…
Cancel
Save