Searched refs:SRAM_InitStruct (Results 1 – 1 of 1) sorted by relevance
27 SRAM_InitStructure SRAM_InitStruct; in rt_hw_sram_init() local37 SRAM_InitStruct.ClkDiv = SRAM_CLKDIV_8; in rt_hw_sram_init()38 SRAM_InitStruct.DataWidth = SRAM_DATAWIDTH_16; in rt_hw_sram_init()39 SRAM_Init(&SRAM_InitStruct); in rt_hw_sram_init()
Completed in 6 milliseconds