|
libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
#include <fmc_common_f47.h>
Data Fields | |
| int | trcd |
| int | trp |
| int | twr |
| int | trc |
| int | tras |
| int | txsr |
| int | tmrd |
Definition at line 229 of file fmc_common_f47.h.
| int sdram_timing::tmrd |
Definition at line 236 of file fmc_common_f47.h.
Referenced by sdram_timing().
| int sdram_timing::tras |
Definition at line 234 of file fmc_common_f47.h.
Referenced by sdram_timing().
| int sdram_timing::trc |
Definition at line 233 of file fmc_common_f47.h.
Referenced by sdram_timing().
| int sdram_timing::trcd |
Definition at line 230 of file fmc_common_f47.h.
Referenced by sdram_timing().
| int sdram_timing::trp |
Definition at line 231 of file fmc_common_f47.h.
Referenced by sdram_timing().
| int sdram_timing::twr |
Definition at line 232 of file fmc_common_f47.h.
Referenced by sdram_timing().
| int sdram_timing::txsr |
Definition at line 235 of file fmc_common_f47.h.
Referenced by sdram_timing().