Home
last modified time | relevance | path

Searched refs:ctlConfig (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/IS42SM16800H/
Dfsl_sdram.c41 sdramc_blockctl_config_t ctlConfig; in SDRAM_Init() local
51 ctlConfig.portSize = kSDRAMC_PortSize16Bit; in SDRAM_Init()
52 ctlConfig.location = kSDRAMC_Commandbit20; in SDRAM_Init()
53 ctlConfig.block = kSDRAMC_Block0; in SDRAM_Init()
55 ctlConfig.latency = kSDRAMC_LatencyOne; in SDRAM_Init()
56 ctlConfig.address = address; in SDRAM_Init()
57 ctlConfig.addressMask = 0xfc0000; in SDRAM_Init()
60 config.blockConfig = &ctlConfig; in SDRAM_Init()