![]() |
Dataflow Runtime API
3.1.1.0
|
#include <Imt.Base.Core.Platform/Platform.h>
Enumerations | |
enum | GpmcChipSelect { GpmcChipSelect_0 = 0U , GpmcChipSelect_1 = 1U , GpmcChipSelect_2 = 2U , GpmcChipSelect_3 = 3U , GpmcChipSelect_4 = 4U , GpmcChipSelect_5 = 5U , GpmcChipSelect_6 = 6U } |
General-purpose memory controller (GPMC) More... | |
Functions | |
void | GPMC_Init (const uint32_t valueGpmcConfigRegister) |
Initializes the GPMC. More... | |
void | GPMC_SetConfigForChipSelect (const GpmcChipSelect chipSelect, const uint32_t valueGpmcConfig1Register, const uint32_t valueGpmcConfig2Register, const uint32_t valueGpmcConfig3Register, const uint32_t valueGpmcConfig4Register, const uint32_t valueGpmcConfig5Register, const uint32_t valueGpmcConfig6Register, const uint32_t valueGpmcConfig7Register) |
Sets the configuration register for the specified chip select. More... | |
enum GpmcChipSelect |
void GPMC_Init | ( | const uint32_t | valueGpmcConfigRegister | ) |
Initializes the GPMC.
valueGpmcConfigRegister | The value to write to the general GPMC config register. |
void GPMC_SetConfigForChipSelect | ( | const GpmcChipSelect | chipSelect, |
const uint32_t | valueGpmcConfig1Register, | ||
const uint32_t | valueGpmcConfig2Register, | ||
const uint32_t | valueGpmcConfig3Register, | ||
const uint32_t | valueGpmcConfig4Register, | ||
const uint32_t | valueGpmcConfig5Register, | ||
const uint32_t | valueGpmcConfig6Register, | ||
const uint32_t | valueGpmcConfig7Register | ||
) |
Sets the configuration register for the specified chip select.
chipSelect | The index of the chip select. |
valueGpmcConfig1Register | The value to write to the specific GPMC config 1 register of the given chip select. |
valueGpmcConfig2Register | The value to write to the specific GPMC config 2 register of the given chip select. |
valueGpmcConfig3Register | The value to write to the specific GPMC config 3 register of the given chip select. |
valueGpmcConfig4Register | The value to write to the specific GPMC config 4 register of the given chip select. |
valueGpmcConfig5Register | The value to write to the specific GPMC config 5 register of the given chip select. |
valueGpmcConfig6Register | The value to write to the specific GPMC config 6 register of the given chip select. |
valueGpmcConfig7Register | The value to write to the specific GPMC config 7 register of the given chip select. |