#include "hpm_femc_regs.h"Go to the source code of this file.
Data Structures | |
| struct | femc_axi_q_weight_t |
| Structure for specifying the configuration of AXI queue weight. More... | |
| struct | femc_sdram_config_t |
| Structure for specifying the configuration of SDRAM. More... | |
| struct | femc_sram_config_t |
| Structure for specifying the configuration of SRAM. More... | |
| struct | femc_config_t |
| Structure for specifying the configuration of FEMC. More... | |
| struct | femc_cmd_t |
| Structure for FEMC command. More... | |
Enumerations | |
| enum | { status_femc_cmd_err = MAKE_STATUS(status_group_femc, 1) } |
Functions | |
| static void | femc_enable (FEMC_Type *ptr) |
| femc enable More... | |
| static void | femc_disable (FEMC_Type *ptr) |
| femc disable More... | |
| static void | femc_sw_reset (FEMC_Type *ptr) |
| femc software reset More... | |
| void | femc_default_config (FEMC_Type *ptr, femc_config_t *config) |
| femc get default config More... | |
| void | femc_init (FEMC_Type *ptr, femc_config_t *config) |
| femc init controller More... | |
| void | femc_get_typical_sdram_config (FEMC_Type *ptr, femc_sdram_config_t *config) |
| femc get typical sdram config More... | |
| hpm_stat_t | femc_config_sdram (FEMC_Type *ptr, uint32_t clk_in_hz, femc_sdram_config_t *config) |
| femc config sdram More... | |
| void | femc_get_typical_sram_config (FEMC_Type *ptr, femc_sram_config_t *config) |
| femc get typical sram config More... | |
| hpm_stat_t | femc_config_sram (FEMC_Type *ptr, uint32_t clk_in_hz, femc_sram_config_t *config) |
| femc config sram More... | |