Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_semc.c849 uint32_t tempCtrlVal; in SEMC_ConfigureSRAMWithChipSelection() local
879 tempCtrlVal = SEMC_SRAMCR0_PS(config->portSize) | in SEMC_ConfigureSRAMWithChipSelection()
899 tempCtrlVal = SEMC_SRAMCR0_PS(config->portSize) | in SEMC_ConfigureSRAMWithChipSelection()
911 base->SRAMCR0 = tempCtrlVal; in SEMC_ConfigureSRAMWithChipSelection()
920tempCtrlVal = SEMC_SRAMCR4_PS(config->portSize) | SEMC_SRAMCR4_SYNCEN(config->syncMode) | in SEMC_ConfigureSRAMWithChipSelection()
928tempCtrlVal = SEMC_SRAMCR4_PS(config->portSize) | SEMC_SRAMCR4_SYNCEN(config->syncMode) | in SEMC_ConfigureSRAMWithChipSelection()
934 base->SRAMCR4 = tempCtrlVal; in SEMC_ConfigureSRAMWithChipSelection()