diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-30 12:52:31 +0100 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-30 12:52:31 +0100 |
commit | 915b474b02349add9c17fa43ff0351503c3c5020 (patch) | |
tree | 04e67f6a8838bcf4f96fc930f2c0fdf9cb18f73b /os/common/ext | |
parent | 13ebce61e2f0af08d6ffa0c13397da5ad31292c4 (diff) | |
download | ChibiOS-Contrib-915b474b02349add9c17fa43ff0351503c3c5020.tar.gz ChibiOS-Contrib-915b474b02349add9c17fa43ff0351503c3c5020.tar.bz2 ChibiOS-Contrib-915b474b02349add9c17fa43ff0351503c3c5020.zip |
Re-organised FSMC drivers
Diffstat (limited to 'os/common/ext')
-rw-r--r-- | os/common/ext/CMSIS/KINETIS/MK66F18.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/ext/CMSIS/KINETIS/MK66F18.h b/os/common/ext/CMSIS/KINETIS/MK66F18.h index 432944f..2fdfbbd 100644 --- a/os/common/ext/CMSIS/KINETIS/MK66F18.h +++ b/os/common/ext/CMSIS/KINETIS/MK66F18.h @@ -14379,7 +14379,7 @@ typedef struct { __IO uint32_t AC; /**< Address and Control Register, array offset: 0x48, array step: 0x8 */ __IO uint32_t CM; /**< Control Mask, array offset: 0x4C, array step: 0x8 */ } BLOCK[2]; -} SDRAM_TypeDef; +} FSMC_SDRAM_TypeDef; /* ---------------------------------------------------------------------------- -- SDRAM Register Masks @@ -14464,7 +14464,7 @@ typedef struct { /** Peripheral SDRAM base address */ #define SDRAM_BASE (0x4000F000u) /** Peripheral SDRAM base pointer */ -#define SDRAM ((SDRAM_TypeDef *)SDRAM_BASE) +#define SDRAM ((FSMC_SDRAM_TypeDef *)SDRAM_BASE) /** Array initializer of SDRAM peripheral base addresses */ #define SDRAM_BASE_ADDRS { SDRAM_BASE } /** Array initializer of SDRAM peripheral base pointers */ |