Project

General

Profile

Revision 18

Fix minor issue on set_frequency

View differences:

i8254.h
10 10
 */
11 11

  
12 12
#define TIMER_FREQ 1193182 /**< @brief clock frequency for timer in PC and AT */
13
#define TIMER_MIN_FREQ 19 /**< @brief mininum frequency for timer */
13 14
#define TIMER0_IRQ 0 /**< @brief Timer 0 IRQ line */
14 15

  
16

  
15 17
/* I/O port addresses */
16 18

  
17 19
#define TIMER_0    0x40 /**< @brief Timer 0 count register */

Also available in: Unified diff