Project

General

Profile

Revision 27

beautifying

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
#define TIMER_MIN_FREQ (TIMER_FREQ/UINT16_MAX) + ((TIMER_FREQ % UINT16_MAX) ? 1 : 0) /**< @brief mininum frequency for timer */
14 14
#define TIMER0_IRQ     0 /**< @brief Timer 0 IRQ line */
15 15

  
16 16
/* I/O port addresses */

Also available in: Unified diff