summaryrefslogtreecommitdiff
path: root/hal/leon/maximus/inc/maximus_interrupts.h
blob: 62d23e6d2a3a87162809c89289e72cc93db3d038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef hal_leon_maximus_inc_maximus_interrupts_h
#define hal_leon_maximus_inc_maximus_interrupts_h
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    hal/leon/maximus/inc/maximus_interrupts.h
 * \brief   HAL interrupt register definition for Maximus.
 * \ingroup hal_leon_maximus
 */

#define HAL_LEON_TIMER_INTERRUPT          9

#define HAL_LEON_TIMER_INTERRUPT_PRIORITY 1 /* is it the right value? */

#endif /* hal_leon_maximus_inc_maximus_interrupts_h */