Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_dmc.c55 DMC->CFG_B.CAWCFG = dmcConfig->colWidth; in DMC_Config()
80 dmcConfig->colWidth = DMC_COL_WIDTH_10; in DMC_ConfigStructInit()
169 void DMC_ConfigAddrWidth(DMC_ROW_WIDTH_T rowWidth, DMC_COL_WIDTH_T colWidth) in DMC_ConfigAddrWidth() argument
172 DMC->CFG_B.CAWCFG = colWidth; in DMC_ConfigAddrWidth()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_dmc.c56 DMC->CFG_B.CAWCFG = dmcConfig->colWidth; in DMC_Config()
81 dmcConfig->colWidth = DMC_COL_WIDTH_10; in DMC_ConfigStructInit()
170 void DMC_ConfigAddrWidth(DMC_ROW_WIDTH_T rowWidth, DMC_COL_WIDTH_T colWidth) in DMC_ConfigAddrWidth() argument
173 DMC->CFG_B.CAWCFG = colWidth; in DMC_ConfigAddrWidth()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_dmc.c55 DMC->CFG_B.CAWCFG = dmcConfig->colWidth; in DMC_Config()
79 dmcConfig->colWidth = DMC_COL_WIDTH_10; in DMC_ConfigStructInit()
167 void DMC_ConfigAddrWidth(DMC_ROW_WIDTH_T rowWidth, DMC_COL_WIDTH_T colWidth) in DMC_ConfigAddrWidth() argument
170 DMC->CFG_B.CAWCFG = colWidth; in DMC_ConfigAddrWidth()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_dmc.h299 DMC_COL_WIDTH_T colWidth; /*!< Number of col address bits */ member
321 void DMC_ConfigAddrWidth(DMC_ROW_WIDTH_T rowWidth, DMC_COL_WIDTH_T colWidth);
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_dmc.h318 DMC_COL_WIDTH_T colWidth; /*!< Number of col address bits */ member
341 void DMC_ConfigAddrWidth(DMC_ROW_WIDTH_T rowWidth, DMC_COL_WIDTH_T colWidth);
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_dmc.h317 DMC_COL_WIDTH_T colWidth; /*!< Number of col address bits */ member
340 void DMC_ConfigAddrWidth(DMC_ROW_WIDTH_T rowWidth, DMC_COL_WIDTH_T colWidth);
/bsp/apm32/apm32e103ze-evalboard/board/ports/
A Ddrv_sdram.c163 dmc_init_config.colWidth = SDRAM_COLUMN_BITS; //!< Configure column address width in SDRAM_Init()
/bsp/apm32/libraries/Drivers/drv_sdram/APM32E1/
A Ddrv_sdram.c163 dmc_init_config.colWidth = SDRAM_COLUMN_BITS; //!< Configure column address width in SDRAM_Init()
/bsp/apm32/apm32f407zg-evalboard/board/ports/
A Ddrv_sdram.c153 dmc_init_config.colWidth = SDRAM_COLUMN_BITS; //!< Configure column address width in SDRAM_Init()
/bsp/apm32/libraries/Drivers/drv_sdram/APM32F4/
A Ddrv_sdram.c153 dmc_init_config.colWidth = SDRAM_COLUMN_BITS; //!< Configure column address width in SDRAM_Init()

Completed in 23 milliseconds