 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MEMORY_CONTROLLER_STM32_FMC_SRAM_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_MEMORY_CONTROLLER_STM32_FMC_SRAM_H_
11#define STM32_FMC_NORSRAM_BANK1 0x00000000UL
12#define STM32_FMC_NORSRAM_BANK2 0x00000002UL
13#define STM32_FMC_NORSRAM_BANK3 0x00000004UL
14#define STM32_FMC_NORSRAM_BANK4 0x00000006UL
17#define STM32_FMC_DATA_ADDRESS_MUX_DISABLE 0x00000000UL
18#define STM32_FMC_DATA_ADDRESS_MUX_ENABLE 0x00000002UL
21#define STM32_FMC_MEMORY_TYPE_SRAM 0x00000000UL
22#define STM32_FMC_MEMORY_TYPE_PSRAM 0x00000004UL
23#define STM32_FMC_MEMORY_TYPE_NOR 0x00000008UL
26#define STM32_FMC_NORSRAM_MEM_BUS_WIDTH_8 0x00000000UL
27#define STM32_FMC_NORSRAM_MEM_BUS_WIDTH_16 0x00000010UL
28#define STM32_FMC_NORSRAM_MEM_BUS_WIDTH_32 0x00000020UL
31#define STM32_FMC_BURST_ACCESS_MODE_DISABLE 0x00000000UL
32#define STM32_FMC_BURST_ACCESS_MODE_ENABLE 0x00000100UL
35#define STM32_FMC_WAIT_SIGNAL_POLARITY_LOW 0x00000000UL
36#define STM32_FMC_WAIT_SIGNAL_POLARITY_HIGH 0x00000200UL
39#define STM32_FMC_WAIT_TIMING_BEFORE_WS 0x00000000UL
40#define STM32_FMC_WAIT_TIMING_DURING_WS 0x00000800UL
43#define STM32_FMC_WRITE_OPERATION_DISABLE 0x00000000UL
44#define STM32_FMC_WRITE_OPERATION_ENABLE 0x00001000UL
47#define STM32_FMC_WAIT_SIGNAL_DISABLE 0x00000000UL
48#define STM32_FMC_WAIT_SIGNAL_ENABLE 0x00002000UL
51#define STM32_FMC_EXTENDED_MODE_DISABLE 0x00000000UL
52#define STM32_FMC_EXTENDED_MODE_ENABLE 0x00004000UL
55#define STM32_FMC_ASYNCHRONOUS_WAIT_DISABLE 0x00000000UL
56#define STM32_FMC_ASYNCHRONOUS_WAIT_ENABLE 0x00008000UL
59#define STM32_FMC_WRITE_BURST_DISABLE 0x00000000UL
60#define STM32_FMC_WRITE_BURST_ENABLE 0x00080000UL
63#define STM32_FMC_CONTINUOUS_CLOCK_SYNC_ONLY 0x00000000UL
64#define STM32_FMC_CONTINUOUS_CLOCK_SYNC_ASYNC 0x00100000UL
68#define STM32_FMC_WRITE_FIFO_DISABLE 0x00200000UL
69#define STM32_FMC_WRITE_FIFO_ENABLE 0x00000000UL
72#define STM32_FMC_PAGE_SIZE_NONE 0x00000000UL
73#define STM32_FMC_PAGE_SIZE_128 0x00010000UL
74#define STM32_FMC_PAGE_SIZE_256 0x00020000UL
75#define STM32_FMC_PAGE_SIZE_512 0x00030000UL
76#define STM32_FMC_PAGE_SIZE_1024 0x00040000UL
79#define STM32_FMC_ACCESS_MODE_A 0x00000000UL
80#define STM32_FMC_ACCESS_MODE_B 0x10000000UL
81#define STM32_FMC_ACCESS_MODE_C 0x20000000UL
82#define STM32_FMC_ACCESS_MODE_D 0x30000000UL