mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cc26xx_cc13xx: add PERIPH_BASE_NONBUF
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
This commit is contained in:
parent
22eb90c132
commit
ec4fccb3f7
@ -119,8 +119,9 @@ typedef enum IRQn
|
||||
/** @ingroup cpu_specific_peripheral_memory_map
|
||||
* @{
|
||||
*/
|
||||
#define FLASH_BASE 0x00000000 /**< FLASH base address */
|
||||
#define PERIPH_BASE 0x40000000 /**< Peripheral base address */
|
||||
#define FLASH_BASE 0x00000000 /**< FLASH base address */
|
||||
#define PERIPH_BASE 0x40000000 /**< Peripheral base address */
|
||||
#define PERIPH_BASE_NONBUF 0x60000000 /**< Peripheral base address (nonbuf) */
|
||||
/*@}*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user