summaryrefslogtreecommitdiff
path: root/cesar/hal/ipmbox/inc/regs.h
blob: ae14059ccbf9e591b1cca8917faecfa6f6e932d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef hal_ipmbox_inc_ipmbox_regs_h
#define hal_ipmbox_inc_ipmbox_regs_h
/* Cesar project {{{
 *
 * Copyright (C) 2012 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    hal/ipmbox/inc/ipmbox_regs.h
 * \brief   HAL IPMBox registers base address.
 * \ingroup hal_ipmbox
 */

/* IPMBox registers base address. */
#define IPMBOX_REG_BASE_ADDR (0xB4000000)

#endif /* hal_ipmbox_inc_ipmbox_regs_h */